X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/06a801de9f0c069a4198d071d57fcaf408e6f1e3..f495c2f1b7ad276e8be16246f4e858f1ea3c249a:/src/smpi/smpi_base.cpp diff --git a/src/smpi/smpi_base.cpp b/src/smpi/smpi_base.cpp index fc2a0b0260..c26d0fd302 100644 --- a/src/smpi/smpi_base.cpp +++ b/src/smpi/smpi_base.cpp @@ -414,7 +414,8 @@ void smpi_mpi_start(MPI_Request request) if (async_small_thresh != 0 || (request->flags & RMA) != 0 ) xbt_mutex_release(mut); - } else { + } + else { /* the RECV flag was not set, so this is a send */ int receiver = request->dst; int rank = request->src;