X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abd96693f8b80954afbd7c7ec0e894172933113b..865f97c868ce92518b1cf4f23e23bd1b16b7917c:/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);