X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a4cd01763d667daf639c2ba8b2347e67392008cf..481328d4b3422afe2b97f7e9a5eda090bdffbbb5:/src/smpi/smpi_bench.c diff --git a/src/smpi/smpi_bench.c b/src/smpi/smpi_bench.c index 2134e47357..7fb8181f64 100644 --- a/src/smpi/smpi_bench.c +++ b/src/smpi/smpi_bench.c @@ -149,8 +149,8 @@ static void smpi_execute(double 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")); + 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")); } }