X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f810149832a2d855c33d0df5b02d736c2081e41..35f62d21aaa13145012189acb5a84e9011a172e5:/src/gras/Virtu/sg_emul.c?ds=inline 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); } }