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

openPMD I/O: fix parallel flushing #540

Merged

Conversation

franzpoeschel
Copy link
Contributor

This introduces a workaround for a parallel flushing bug in openPMD-api <= v0.15, see openPMD/openPMD-api#1616 for the original issue and openPMD/openPMD-api#1616 for the fix.
A fixed version is not yet released but it will be v0.16.
tldr version: explicitly write some Iteration attribute (here: dt) again to mark the Iteration as dirty so that the flushing logic will not accidentally skip it for collective flush operations.

@franzpoeschel franzpoeschel added the bug Something isn't working label Jun 6, 2024
@RandomDefaultUser RandomDefaultUser marked this pull request as draft June 6, 2024 20:43
@RandomDefaultUser RandomDefaultUser marked this pull request as ready for review June 6, 2024 20:43
@RandomDefaultUser RandomDefaultUser merged commit a1faeba into mala-project:develop Jun 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants