Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "[ENERGY] Assert that 1-core systems are correctly configured."
[simgrid.git] / examples / platforms / energy_cluster.xml
index da38f4d..680a30e 100644 (file)
@@ -5,7 +5,7 @@
            bw="125MBps" lat="50us" bb_bw="2.25GBps"  bb_lat="500us">
     <!--  List of idle_power:min_power:max_power pairs (in Watts) -->
     <!--  The list must contain one speed tupple for each previously defined pstate-->
-    <prop id="watt_per_state" value="100.0:120.0:120.0, 93.0:110.0:110.0, 90.0:105.0:105.0" />
+    <prop id="watt_per_state" value="100.0:120.0:200.0, 93.0:110.0:170.0, 90.0:105.0:150.0" />
     <prop id="watt_off" value="10" />
   </cluster>
 </platform>