From: suter Date: Mon, 10 Sep 2012 12:27:06 +0000 (+0200) Subject: don't need to synchronize processes anymore X-Git-Tag: v3_8~146^2~74 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/154ab07f9852a1567ef5772567b59c7c785d6710?hp=314b2e25658d9095af2370d20246143eb905a49c don't need to synchronize processes anymore --- diff --git a/src/smpi/smpi_replay.c b/src/smpi/smpi_replay.c index 1e26cc249b..22d3853100 100644 --- a/src/smpi/smpi_replay.c +++ b/src/smpi/smpi_replay.c @@ -39,8 +39,6 @@ static void action_init(const char *const *action) smpi_process_set_user_data((void*) globals); - /* be sure that everyone has initiated the counters before proceeding */ - smpi_mpi_barrier(MPI_COMM_WORLD); /* start a simulated timer */ smpi_process_simulated_start(); }