X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/94974c282c6e6d096238716853bb053330170d76..18c57b27dd71ee7839c6a90368c845886a87d638:/src/gras/Virtu/sg_emul.c diff --git a/src/gras/Virtu/sg_emul.c b/src/gras/Virtu/sg_emul.c index 7d55dee696..1fce177fe0 100644 --- a/src/gras/Virtu/sg_emul.c +++ b/src/gras/Virtu/sg_emul.c @@ -23,8 +23,8 @@ void gras_cpu_burn(double flops) smx_action_t execution; if (flops > 0){ - execution = SIMIX_req_host_execute("task", SIMIX_host_self(), flops, 1); - SIMIX_req_host_execution_wait(execution); + execution = simcall_host_execute("task", SIMIX_host_self(), flops, 1); + simcall_host_execution_wait(execution); } }