VisIt engine crashes on plotfiles produced with async_out=1 #2164
Unanswered
BenWibking
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Can you grep the _H files in the plotfile for nan's? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I also occasionally get errors when writing plotfiles (but only when async_out=1, but not every time) like this:
Are these errors possibly related in any way? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm visualizing some plotfile outputs produced by my code. I've used amrex.async_out=1 on the command line and the outputs are indeed written asynchronously. However, the VisIt engine crashes unpredictably when reading such files. For instance, I get error messages like this:
So far, I've only seen this crash happen when I've enabled async outputs.
The simulation process has finished successfully before I try to read in the plotfiles. I am reading them in from the same node that wrote them, but both reading/writing over NFS (unfortunately). Is this likely to be an NFS consistency issue, or a bug in VisIt, or something else?
Beta Was this translation helpful? Give feedback.
All reactions