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 d90c0bb commit 54a0696Copy full SHA for 54a0696
ompi/mpi/c/ompi_sendrecv.c
@@ -94,4 +94,5 @@ int ompi_sendrecv(const void * sendbuf, size_t sendcount, MPI_Datatype sendtype,
94
if( OPAL_UNLIKELY(MPI_SUCCESS != rcs && MPI_SUCCESS == rc) ) {
95
rc = rcs;
96
}
97
+ return rc;
98
0 commit comments