Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused variable
[simgrid.git] / src / smpi / smpi_replay.c
index f329a8c..7eba698 100644 (file)
@@ -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);
   }