Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
energy_platform: add pstates to the second host too
[simgrid.git] / examples / platforms / energy_platform.xml
index 7799229..8009e81 100644 (file)
@@ -10,8 +10,8 @@
         <prop id="watt_per_state" value="95.0:200.0, 93.0:170.0, 90.0:150.0" />
         <prop id="watt_off" value="10" />
   </host>
-  <host id="MyHost2" power="100.0Mf" >
-        <prop id="watt_per_state" value="100.0:200.0" />
+  <host id="MyHost2" power="100.0Mf,50.0Mf,20.0Mf" pstate="0" >
+        <prop id="watt_per_state" value="95.0:200.0, 93.0:170.0, 90.0:150.0" />
         <prop id="watt_off" value="10" />
   </host>