Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / platforms / energy_cluster.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4   <cluster id="cluster" prefix="MyHost" radical="1-2" suffix="" speed="100.0Mf,50.0Mf,20.0Mf"
5            bw="125MBps" lat="50us" bb_bw="2.25GBps"  bb_lat="500us">
6     <!--  List of min_power:max_power pairs (in Watts) corresponding to the speed consumed when the processor is idle
7           and when it is fully loaded -->
8     <!--  The list must contain one speed pair for each previously defined pstate-->
9     <prop id="watt_per_state" value="100.0:120.0:200.0, 93.0:110.0:170.0, 90.0:105.0:150.0" />
10     <prop id="watt_off" value="10" />
11   </cluster>
12 </platform>