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

Metadata optimization: Only write ADIOS2 attributes from rank 0 in openPMD-api >= 0.16 #5223

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

franzpoeschel
Copy link
Contributor

We were thinking about using this as the default option generally in openPMD, but our documentation specifies that attribute writing is collective only in HDF5, and attributes can be written independently in ADIOS2. So it would have broken the API contract to assume that attributes outside of rank 0 can be ignored.
In PIConGPU, however, they can.

@psychocoderHPC psychocoderHPC added this to the 0.8.0 / Next stable milestone Nov 18, 2024
@psychocoderHPC psychocoderHPC added component: plugin in PIConGPU plugin refactoring code change to improve performance or to unify a concept but does not change public API labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: plugin in PIConGPU plugin refactoring code change to improve performance or to unify a concept but does not change public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants