We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ac494 commit a50db9dCopy full SHA for a50db9d
test/energy_consumption/EnergyConsumptionTest.cpp
@@ -610,7 +610,7 @@ class EnergyAPICheckTestWMS : public wrench::ExecutionController {
610
throw std::runtime_error("Shouldn't be able to get list of pstate for a bogus host");
611
} catch (std::invalid_argument &ignore) {}
612
613
-// wrench::Simulation::sleep(10);
+ wrench::Simulation::sleep(10);
614
std::cerr << "GOT LIST OF PSTATES\n";
615
616
std::vector<int> list_of_pstates = wrench::Simulation::getListOfPstates(simulation_hosts[1]);
0 commit comments