X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/38b4b8718a3131ba40d1438cb134ea4cb3b84c44..a3fae42c22dfe161e95317d4e85328f23f70f0f9:/src/smpi/smpi_replay.c diff --git a/src/smpi/smpi_replay.c b/src/smpi/smpi_replay.c index f329a8c028..7eba6987c6 100644 --- a/src/smpi/smpi_replay.c +++ b/src/smpi/smpi_replay.c @@ -167,7 +167,6 @@ const char* encode_datatype(MPI_Datatype datatype, int* known) static void action_init(const char *const *action) { - int i; XBT_DEBUG("Initialize the counters"); CHECK_ACTION_PARAMS(action, 0, 1); if(action[2]) MPI_DEFAULT_TYPE= MPI_DOUBLE; // default MPE dataype @@ -1085,7 +1084,7 @@ void smpi_replay_init(int *argc, char***argv){ smpi_execute_flops(value); } else { //UGLY done to force context switch to be sure that all MSG_processes begin initialization - XBT_VERB("Force context switch by smpi_execute_flops - Sleeping for 0.0 flops "); + XBT_DEBUG("Force context switch by smpi_execute_flops - Sleeping for 0.0 flops "); smpi_execute_flops(0.0); }