X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d3859f373cba54cc80862b20ba62be2c3a826123..4f76738343f7a677f81f5ab26a15234a3045ec8d:/src/smpi/smpi_base.cpp diff --git a/src/smpi/smpi_base.cpp b/src/smpi/smpi_base.cpp index 89ae538792..3b4cdb9019 100644 --- a/src/smpi/smpi_base.cpp +++ b/src/smpi/smpi_base.cpp @@ -802,8 +802,8 @@ int smpi_mpi_testany(int count, MPI_Request requests[], int *index, MPI_Status * finish_wait(&requests[*index], status); if (requests[*index] != MPI_REQUEST_NULL && (requests[*index]->flags & NON_PERSISTENT)) requests[*index] = MPI_REQUEST_NULL; - flag = 1; - nsleeps=1; + flag = 1; + nsleeps = 1; }else{ nsleeps++; }