Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DOC] Fixed even more errors.
[simgrid.git] / src / smpi / smpi_dvfs.c
index 57da464..6b8d99e 100644 (file)
@@ -4,6 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
+#include "simgrid/plugins/energy.h" // FIXME: this plugin should be separated from the core
 #include "xbt/log.h"
 #include "simgrid/simix.h"
 #include "smpi/smpi.h"
@@ -48,7 +49,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