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 e1b66cf commit 8bf82fcCopy full SHA for 8bf82fc
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 OMPI_ERRHANDLER_NOHANDLE_INVOKE(ret, FUNC_NAME);
+ OMPI_ERRHANDLER_NOHANDLE_RETURN(ret, ret, FUNC_NAME);
89
90
case OMPI_REQUEST_NOOP:
91
/**
0 commit comments