X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/725184f3bce66a3eff87cc3a01e5d96477a5d28a..3a6ab425e9bac068b1f95bf690400f63f5290093:/src/smpi/smpi_bench.c diff --git a/src/smpi/smpi_bench.c b/src/smpi/smpi_bench.c index 81ff890b1a..51731ecae1 100644 --- a/src/smpi/smpi_bench.c +++ b/src/smpi/smpi_bench.c @@ -15,7 +15,8 @@ void smpi_execute(double duration) SIMIX_mutex_lock(mutex); action = - SIMIX_action_execute(host, "execute", duration * smpi_global->reference_speed); + SIMIX_action_execute(host, "execute", + duration * smpi_global->reference_speed); SIMIX_register_action_to_condition(action, cond); for (state = SIMIX_action_get_state(action);