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

Bug: writing large vtu files fails #12974

Closed
tjhei opened this issue Nov 20, 2021 · 1 comment
Closed

Bug: writing large vtu files fails #12974

tjhei opened this issue Nov 20, 2021 · 1 comment
Labels

Comments

@tjhei
Copy link
Member

tjhei commented Nov 20, 2021

DataOutInterface<dim, spacedim>::write_vtu_in_parallel can currently only handle the situation where individual ranks write less than 2GB of data as count in MPI_File* are of type int:

ss.str().size(),

See #12873 for a way to fix this.

@tjhei tjhei added the Bug label Nov 20, 2021
@tjhei
Copy link
Member Author

tjhei commented Jun 1, 2022

Fixed in #13673 using #13611

@tjhei tjhei closed this as completed Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant