X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b110f915460bff6576e1fc6d3a4f391992852714..994908f535190638662797b1215506fc0664bd37:/src/smpi/smpi_sender.c diff --git a/src/smpi/smpi_sender.c b/src/smpi/smpi_sender.c index 0d2c433ab6..f8f9aa92f7 100644 --- a/src/smpi/smpi_sender.c +++ b/src/smpi/smpi_sender.c @@ -101,9 +101,7 @@ int smpi_sender(int argc, char **argv) } - SIMIX_mutex_lock(smpi_global->running_hosts_count_mutex); running_hosts_count = smpi_global->running_hosts_count; - SIMIX_mutex_unlock(smpi_global->running_hosts_count_mutex); } while (0 < running_hosts_count);