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

Add to C API a function to get blockinfo: #2837

Merged
merged 2 commits into from
Aug 21, 2021

Commits on Aug 20, 2021

  1. Add to C API a function to get blockinfo:

    adios2_varinfo *adios2_inquire_blockinfo(adios2_engine *engine,
                                             adios2_variable *variable,
                                             const size_t step);
    Caveat: Min/Max and Value are not implemented yet, except for string values.
    pnorbert committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    edbbf5a View commit details
    Browse the repository at this point in the history
  2. fix type conversion

    pnorbert committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    b4c626e View commit details
    Browse the repository at this point in the history