Skip to content
New issue

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

VisitDataWriter doesnt support multiple procs per file #168

Open
mikeraf opened this issue Mar 10, 2021 · 2 comments
Open

VisitDataWriter doesnt support multiple procs per file #168

mikeraf opened this issue Mar 10, 2021 · 2 comments
Assignees

Comments

@mikeraf
Copy link

mikeraf commented Mar 10, 2021

Hello,
contrary to the documentation in

* files. An optional argument number_procs_per_file, applicable
, and
* @pre number_procs_per_file > 0
, there is an assertion in
TBOX_ASSERT(number_procs_per_file == 1);

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

@nselliott nselliott self-assigned this Mar 11, 2021
@nselliott
Copy link
Collaborator

I'm sorry, VisItDataWriter really doesn't support multiple procs per file. We will clarify this in the documentation.

@mikeraf
Copy link
Author

mikeraf commented Mar 11, 2021

There is a pull request that solves this issue and enables the functionality:
mikeraf/pull/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants