We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f9806 commit 0c89805Copy full SHA for 0c89805
ompi/mpi/c/start.c
@@ -85,7 +85,7 @@ int MPI_Start(MPI_Request *request)
85
86
ret = (*request)->req_start(1, request);
87
88
- return ret;
+ return OMPI_ERRHANDLER_NOHANDLE_INVOKE(ret, FUNC_NAME);
89
90
case OMPI_REQUEST_NOOP:
91
/**
0 commit comments