X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9056811dee47ab25c0ad80dcfcecd4f2c5e0ecf7..ea8f841a468a3db03f1d74e8e92e2dfba3db6f3b:/src/smpi/smpi_dvfs.c diff --git a/src/smpi/smpi_dvfs.c b/src/smpi/smpi_dvfs.c index 3c16f526c2..57da46421e 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()); } /**