X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7862d928239639a5fbde23866f80f1b234ff8396..da6da59e6a2770e25be5d88661e8f8e32810e0ff:/examples/msg/energy-pstate/energy-pstate.c diff --git a/examples/msg/energy-pstate/energy-pstate.c b/examples/msg/energy-pstate/energy-pstate.c index ff9e2e7889..fc055b7e22 100644 --- a/examples/msg/energy-pstate/energy-pstate.c +++ b/examples/msg/energy-pstate/energy-pstate.c @@ -19,7 +19,7 @@ static int dvfs(int argc, char *argv[]) { double workload = 100E6; int new_peak_index=2; - msg_host_t host = MSG_host_self();; //MSG_get_host_by_name("MyHost1"); + msg_host_t host = MSG_host_self(); int nb = MSG_host_get_nb_pstates(host); XBT_INFO("Count of Processor states=%d", nb);