]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/energy-boot/platform_boot.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'depencencies' of https://framagit.org/simgrid/simgrid into depencencies
[simgrid.git] / examples / s4u / energy-boot / platform_boot.xml
index dfa05d28cd1d2ca75a9339559c0eb51f4096b86b..ba6f6e3413a3c45df6e84e3c612bd0a8b87ba708 100644 (file)
@@ -4,8 +4,8 @@
   <zone  id="AS0"  routing="Full">
 
     <!-- Use the pstate mechanism to encode the boot/shutdown time and energy.
-      --
-      -- See the C++ file in the same directory for more information.
+      -
+      -  See the C++ file in the same directory for more information.
       -->
 
     <!-- pstate values:
       If you want a realistic simulation, you must use values coming from a real benchmark of your platform. 
       -->
 
-    <host id="MyHost1"          speed="100.0Mf,50.0Mf,20.0Mf,                    0f,0f" pstate="0" >
-      <prop id="watt_per_state" value="95.0:200.0,93.0:170.0,90.0:150.0,         120:120,110:110" />
-      <prop id="watt_off"       value="10" />
+    <host id="MyHost1"             speed="100.0Mf,50.0Mf,20.0Mf,                    0f,0f" pstate="0" >
+      <prop id="wattage_per_state" value="95.0:200.0,93.0:170.0,90.0:150.0,         120:120,110:110" />
+      <prop id="wattage_off"       value="10" />
     </host>
-    <host id="MyHost2" speed="100.0Mf" >
-      <prop id="watt_per_state" value="100.0:200.0" />
-      <prop id="watt_off"       value="10" />
+    <host id="MyHost2"             speed="100.0Mf" >
+      <prop id="wattage_per_state" value="100.0:200.0" />
+      <prop id="wattage_off"       value="10" />
     </host>
 
     <link id="link1" bandwidth="100kBps" latency="0"/>