X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19018e2d33cb90be8a0b72d998e7be46fecd3970..7e592d780fc9b1a47ccb3b2513eee18881861c31:/src/smpi/smpi_replay.c diff --git a/src/smpi/smpi_replay.c b/src/smpi/smpi_replay.c index 33f1462300..9ccdce00c0 100644 --- a/src/smpi/smpi_replay.c +++ b/src/smpi/smpi_replay.c @@ -1086,7 +1086,7 @@ void smpi_replay_init(int *argc, char***argv){ XBT_VERB("Delayed start for instance - Sleeping for %f flops ",value ); smpi_execute_flops(value); } else { - //UGLY done to force context switch to be sure that all MSG_processes begin initialization + //UGLY: force a context switch to be sure that all MSG_processes begin initialization XBT_DEBUG("Force context switch by smpi_execute_flops - Sleeping for 0.0 flops "); smpi_execute_flops(0.0); }