Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New property: watt_off to denote the disipation when the host is off
[simgrid.git] / examples / platforms / energy_platform.xml
index 837545b..7799229 100644 (file)
@@ -8,9 +8,11 @@
         <!--  List of min_power:max_power pairs (in Watts) corresponding to the power consumed when the processor is idle and when it is fully loaded -->
         <!--  The list must contain one power pair for each previously defined pstate-->
         <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="95.0:200.0" />
+        <prop id="watt_per_state" value="100.0:200.0" />
+        <prop id="watt_off" value="10" />
   </host>
 
   <link id="link1" bandwidth="100kBps" latency="0"/>