X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/281f8c29e177852dcb1591fc31e363e1176857c8..2d882c1ac3c6eb891f8eb26a84ec2d6890a67730:/src/smpi/smpi_bench.c diff --git a/src/smpi/smpi_bench.c b/src/smpi/smpi_bench.c index ddd68327da..bdc0055522 100644 --- a/src/smpi/smpi_bench.c +++ b/src/smpi/smpi_bench.c @@ -201,7 +201,7 @@ unsigned int smpi_sleep(unsigned int secs) double flops = (double) secs*simcall_host_get_speed(SIMIX_host_self()); XBT_DEBUG("Sleep for: %f flops", flops); - action = simcall_host_execute("computation", SIMIX_host_self(), flops, 1); + action = simcall_host_execute("computation", SIMIX_host_self(), flops, 1, 0, 0); #ifdef HAVE_TRACING simcall_set_category (action, TRACE_internal_smpi_get_category()); #endif