Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a test reproducing the issue experienced by Luke Bertot
[simgrid.git] / teshsuite / simdag / platforms / one_cluster_properties_override.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/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="1Gf">
9       <prop id="cores" value="2"/>
10       <prop id="os" value="Linux"/>
11     </host>
12     <link id="$1" bandwidth="125MBps" latency="50us"/>
13   </foreach>
14
15   <host id="bob0.hamburger.edu" power="1Gf">
16     <prop id="cores" value="4"/>
17   </host>
18 </platform>