Replies: 3 comments
-
|
I think this is likely a problem with the filesystem - is there anything in |
Beta Was this translation helpful? Give feedback.
-
|
I do not see any useful output in From the backtrace, if I look at Src/Particle/AMReX_WriteBinaryParticleData.H:678, I see: I do not see the error message above in |
Beta Was this translation helpful? Give feedback.
-
|
I believe the root cause is a lack of storage space - i.e. me maxing out my storage quota. In which case it is not an AMReX problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While running Nyx using AMReX 25.09, I'm having some issues with "bad" plot and checkpoint files when running on Perlmutter. E.g. I'm crashing and seeing some of the following output directories:
And also these:
There is a backtrace file but nothing is in it. But I did find the amrex::StreamRetry::TryFileOutput function, which is where ".bad" gets appended to file names.
Is there a problem with my code or a problem with the filesystem on Perlmutter? (I am not aware of any issues specific to their scratch filesystem at the moment.) I've already tried running twice and I've run into the same problem, but in different places.
Is there a way to determine where the original "stream error" comes from? Perhaps that could be helpful for debugging?
Beta Was this translation helpful? Give feedback.
All reactions