Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics
authorOlivier Richard <olivier.richard@imag.fr>
Fri, 12 Jun 2015 17:04:30 +0000 (19:04 +0200)
committerOlivier Richard <olivier.richard@imag.fr>
Sat, 13 Jun 2015 08:16:02 +0000 (10:16 +0200)
src/smpi/smpi_replay.c

index f329a8c..bdcd948 100644 (file)
@@ -1085,7 +1085,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);
   }