We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, contrary to the documentation in
SAMRAI/source/SAMRAI/appu/VisItDataWriter.h
Line 94 in 621f648
Line 201 in 621f648
SAMRAI/source/SAMRAI/appu/VisItDataWriter.C
Line 121 in 621f648
This is quite a problem in simulations with a lot of procs as it may exhaust INodes on the storage. Is it intentional or just a typo?
Thanks
The text was updated successfully, but these errors were encountered:
I'm sorry, VisItDataWriter really doesn't support multiple procs per file. We will clarify this in the documentation.
Sorry, something went wrong.
There is a pull request that solves this issue and enables the functionality: mikeraf/pull/1
nselliott
No branches or pull requests
Hello,
contrary to the documentation in
SAMRAI/source/SAMRAI/appu/VisItDataWriter.h
Line 94 in 621f648
SAMRAI/source/SAMRAI/appu/VisItDataWriter.h
Line 201 in 621f648
SAMRAI/source/SAMRAI/appu/VisItDataWriter.C
Line 121 in 621f648
that prevents the use of multiple procs per file.
This is quite a problem in simulations with a lot of procs as it may exhaust INodes on the storage.
Is it intentional or just a typo?
Thanks
The text was updated successfully, but these errors were encountered: