X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1ee944880f9f0d58499e4eaf2ee486d77a6bb0ae..be27c3513d2b7d273749db733659600b10dc0a54:/src/smpi/smpi_dvfs.c diff --git a/src/smpi/smpi_dvfs.c b/src/smpi/smpi_dvfs.c index 3c16f526c2..feb2051c9b 100644 --- a/src/smpi/smpi_dvfs.c +++ b/src/smpi/smpi_dvfs.c @@ -34,11 +34,11 @@ double smpi_get_host_current_power_peak(void) } /** - * \brief Return the number of pstates defined for host + * \brief Return the number of pstates defined for the current host */ int smpi_get_host_nb_pstates(void) { - return simcall_host_get_nb_pstates(SIMIX_host_self()); + return sg_host_get_nb_pstates(SIMIX_host_self()); } /** @@ -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