ompi
ompi copied to clipboard
MPI_ERR_IN_STATUS for persistent requests
@mentOS31 correctly identified few issues with the handling of persistent requests with regard to their error codes (more info in the issue). This PR fixes all wait and test function to have a consistent outcome for all types of requests. It also prevents the error handler invocation from releasing persistent requests.
Fixes #13432