Reducing the number of files in a plotfile directory #3954
-
Greetings, I am currently running an AMReX based code on an HPC system that has a relatively strict limitation on the number of files in my run directory - the size of the files is not an issue. Is there any way to reduce the number of files that compose each plotfile directory, ideally during runtime? Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
WeiqunZhang
May 22, 2024
Replies: 1 comment 1 reply
-
Call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wjwhit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Call
amrex::VisMF::SetNOutFiles(n)
, wheren
can be say 16. The default in amrex is 256.