Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add difftool option to tesh to help updating tesh files
[simgrid.git] / examples / msg / energy / e2 / platform_e2.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Full">
5    <host id="MyHost1" power="100.0Mf,50.0Mf,20.0Mf" >
6          <!--  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 -->
7          <!--  The list must contain one power pair for each previously defined pstate-->
8          <prop id="power_per_state" value="95.0:200.0, 93.0:170.0, 90.0:150.0" />
9    </host>
10  </AS>
11  </platform>