X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/badfe6b52dc11134431967d9045f4e2032a8a249..5666ba4cb7aa68ae1a1640d3e3c57aeba91f4b02:/src/smpi/smpi_bench.c diff --git a/src/smpi/smpi_bench.c b/src/smpi/smpi_bench.c index dbf0672b67..fcf9a6e0d2 100644 --- a/src/smpi/smpi_bench.c +++ b/src/smpi/smpi_bench.c @@ -154,9 +154,9 @@ void smpi_execute_(double *duration) void smpi_execute_flops(double flops) { smx_synchro_t action; XBT_DEBUG("Handle real computation time: %f flops", flops); - action = simcall_process_execute("computation", flops, 1, 0, 0); + action = simcall_execution_start("computation", flops, 1, 0, 0); simcall_set_category (action, TRACE_internal_smpi_get_category()); - simcall_process_execution_wait(action); + simcall_execution_wait(action); smpi_switch_data_segment(smpi_process_index()); } @@ -648,7 +648,7 @@ void smpi_initialize_global_memory_segments(){ #ifndef HAVE_PRIVATIZATION smpi_privatize_global_variables=0; - xbt_die("You are trying to use privatization on a system that does not support it. Don't.'") + xbt_die("You are trying to use privatization on a system that does not support it. Don't."); return; #else