Michael Zingale

Results 336 comments of Michael Zingale

I just ran into this today, teaching the git lesson. The lessons refer to checkout, but the output from the git commands refer to `restore`. Maybe it is time for...

thanks for the response. I guess the bit that was confusing is that as I was sharing my screen and demonstrating it, the message that git gives on my computer...

This work is being done in `fourth_axisymmetric`

the diffs still exist with the current version of the code ``` variable name absolute error relative error (||A - B||) (||A - B||/||A||) ---------------------------------------------------------------------- level = 1 density 0.1773834229E-03...

PR #1344 may have addressed part of this.

checkboxes below are for the current "core" developers, but everyone is welcome to comment. Please check off your name if you agree to adopting the code of conduct. Please comment...

I can't seem to reproduce this. There might be a race condition somewhere or a filesystem issue, but when I run with 16 OpenMP threads, I can output the plotfile...

oh, I just noticed you are running without MPI, just OpenMP. I tried that and I also have no problem outputting.

it looks like we never tiled the MHD algorithm, since we were mostly interested running it on GPUs. I'll look at adding the tiling tonight.