Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
52641ebdcfe44e6d9a26b7ba1b64234f8fba8e4f
[simgrid.git] / teshsuite / simdag / platforms / one_cluster_properties_foreach.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="3">
4   <set id="myCluster" prefix="bob" suffix=".hamburger.edu"
5        radical="0,2-4,6"/>
6
7   <foreach set_id="myCluster">
8     <host id="$1" power="1000000000">
9       <prop id="cores" value="2"/>
10       <prop id="os" value="Linux"/>
11     </host>
12     <link id="$1" bandwidth="125000000" latency="5E-5"/>
13   </foreach>
14 </platform>