Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
added tesh tests for DVFS
[simgrid.git] / examples / msg / energy / e2 / platform_e2.xml
index c74c361..5ab2dcb 100644 (file)
@@ -2,9 +2,10 @@
  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
  <platform version="3">
  <AS  id="AS0"  routing="Full">
-   <host id="MyHost1" power="100.0Mf,50.0Mf,20.0Mf, 10Gf" >
-     <!--  in Watts -->
-         <prop id="power_per_state" value="200:250, 200:220,100.0:150.0, 95:130" />
+   <host id="MyHost1" power="100.0Mf,50.0Mf,20.0Mf" >
+         <!--  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="power_per_state" value="95.0:200.0, 93.0:170.0, 90.0:150.0" />
    </host>
  </AS>
  </platform>