Modernise plugins' openPMD usage #5171
Labels
component: plugin
in PIConGPU plugin
refactoring
code change to improve performance or to unify a concept but does not change public API
In discussion with @franzpoeschel we found that some of the plugins don't use openPMD optimally. For example, there are occasions where top-level attributes are re-written on each iteration (and not just at the time of creation of the series) the effect of which is implementation-defined and could corrupt the data or leave room for ambiguity.
We should take look around the plugin folder and modernise the plugins.
The text was updated successfully, but these errors were encountered: