X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7c6dbbace82c3bc6f359a03dde46b677fa1efaaf..be27c3513d2b7d273749db733659600b10dc0a54:/src/smpi/smpi_dvfs.c diff --git a/src/smpi/smpi_dvfs.c b/src/smpi/smpi_dvfs.c index 57da46421e..feb2051c9b 100644 --- a/src/smpi/smpi_dvfs.c +++ b/src/smpi/smpi_dvfs.c @@ -48,7 +48,7 @@ int smpi_get_host_nb_pstates(void) */ void smpi_set_host_pstate(int pstate_index) { - simcall_host_set_pstate(SIMIX_host_self(), pstate_index); + sg_host_set_pstate(SIMIX_host_self(), pstate_index); } /** * \brief Gets the pstate at which the processor currently running