-
Notifications
You must be signed in to change notification settings - Fork 128
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
Want function to get ADIOS2 library version at run time #3630
Comments
Please see #3633 and comment |
@pnorbert I would like the same function for C++ please (if there is none already). For the same reasons, if there is a runtime function to query which opt-in functionality is available (SST, BP5, Compressors, MPI, etc.) that would be awesome, too. In openPMD-api, we have something similar: And in Python we return a dictionary with the compiled-in functionality: |
Note to myself: Maybe also add a function to get the supported features that are turned on in the particular adios library. |
I would like to have a function (in the C API) that returns the ADIOS2 version number. This will allow the Julia wrapper to inquire the current version by calling the C API (or reading a global variable), and make run-time decisions based on this, e.g. whether certain functionality is available.
A C
#define
would not be good enough because these are not available in a shared library.The text was updated successfully, but these errors were encountered: