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

Radiation plugin: Workaround BP5 bug #4399

Commits on Dec 20, 2022

  1. Workaround attribute issue with BP5

    The Radiation plugin sets some attributes quite late. This is normally
    supported by the openPMD-api, but can become a bit tricky, when the
    attribute is a default attribute with a default value.
    The Radiation plugin uncovers a bug in (depending on your point of view)
    either openPMD-api or in ADIOS2 with this procedure in the BP5 engine.
    Realistically the best fix for this would be to set defaults in the
    openPMD-api as late as possible, and not as early as possible.
    For now, defining these attributes as early as possible in the Radiation
    plugin is a sensible workaround.
    franzpoeschel committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    1570986 View commit details
    Browse the repository at this point in the history