X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d0e92347e2ff135459af73e2dc199a3d33f684f..daf533bcb25008af1fe9992c3a924121e56a8328:/src/smpi/smpi_bench.c diff --git a/src/smpi/smpi_bench.c b/src/smpi/smpi_bench.c index ae6c88c05a..ed6e7c07ef 100644 --- a/src/smpi/smpi_bench.c +++ b/src/smpi/smpi_bench.c @@ -53,7 +53,6 @@ static void smpi_execute_flops(double flops) SIMIX_req_set_category (action, TRACE_internal_smpi_get_category()); #endif SIMIX_req_host_execution_wait(action); - SIMIX_req_host_execution_destroy(action); } static void smpi_execute(double duration)