Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dvfs'
[simgrid.git] / examples / msg / energy / e1 / platform_e1.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    <!-- Multiple pstate processor capacities can be defined as a list of powers specified for a given host -->
6    <!-- The enabled pstate can be set through the "pstate" attribute (lowest pstate corresponds to the highest processor power) -->
7    <host id="MyHost1" power="100.0Mf,50.0Mf,20.0Mf" pstate="0" />
8    <host id="MyHost2" power="100.0Mf" />
9   
10  </AS>
11  </platform>