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 50afcac commit 47c60bcCopy full SHA for 47c60bc
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