Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Forgot to remove some debug information
[simgrid.git] / src / simdag / sd_global.c
index 4d8b604..b4e17c7 100644 (file)
@@ -214,7 +214,7 @@ SD_task_t* SD_simulate(double how_long)
   }
 
   INFO0("Simulation finished");
-  printf("elapsed_time = %f, total_time = %f, watch_point_reached = %d\n", elapsed_time, total_time, sd_global->watch_point_reached);
+  /*  printf("elapsed_time = %f, total_time = %f, watch_point_reached = %d\n", elapsed_time, total_time, sd_global->watch_point_reached);*/
 
   return changed_tasks;
 }