Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPICC] Make call location conditional
[simgrid.git] / src / smpi / smpi_dvfs.cpp
index 1ab64e0..5b1876e 100644 (file)
@@ -50,11 +50,7 @@ void smpi_set_host_pstate(int pstate_index)
 {
   sg_host_set_pstate(SIMIX_host_self(), pstate_index);
 }
-/**
- * \brief Gets the pstate at which the processor currently running
- *
- * \param pstate_index pstate to switch to
- */
+/** @brief Gets the pstate at which the processor currently running */
 int smpi_get_host_pstate() {
   return sg_host_get_pstate(SIMIX_host_self());
 }