Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more verbose debug messages
[simgrid.git] / src / smpi / smpi_bench.c
index ca1d866..d695730 100644 (file)
@@ -148,6 +148,9 @@ static void smpi_execute(double duration)
     smpi_execute_flops(duration *
                        xbt_cfg_get_double(_surf_cfg_set,
                                           "smpi/running_power"));
+  } else {
+         XBT_DEBUG("Real computation took %f while threshold is set to %f; ignore it",
+                         duration, xbt_cfg_get_double(_surf_cfg_set, "smpi/cpu_threshold"));
   }
 }