-
Notifications
You must be signed in to change notification settings - Fork 925
add MPI_Remove_error_{string,code,class} #13384
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 MPI_Remove_error_{string,code,class} #13384
Conversation
Converted to draft while waiting for the Fortran bindings. |
Have added Fortran changes based on what I saw for |
c04a1ed
to
faf5b33
Compare
Ok, this is now passing a basic fortran check. Should I rebase now? |
7443d22
to
65d8341
Compare
@hppritcha Can you double check the Fortran bindings looks correct. This compiles/works with my basic tests, but would like someone to take a second look at the INTENT directives. |
- add MPI_Remove_error_{class,code,string} C & Fortran bindings - add MPI_Remove_error_{class,code,string} to docs - Note: There are also some tests in the ompi-tests-public repo (under environ-mgmt) that can exercise these changes. Signed-off-by: Thomas Naughton <[email protected]>
a0f9932
to
da50804
Compare
Adds support for the MPI 4.1 error class/code/string removal functions. There are also some tests in the ompi-tests-public repo that can be used to exercise these changes.