Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
be more friendly in tests with VPATH builds
[simgrid.git] / teshsuite / simdag / platforms / one_cluster_foreach.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
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     <link id="$1" bandwidth="125000000" latency="5E-5"/>
10   </foreach>
11
12   <link id="bob_backbone" bandwidth="2250000000" latency="5E-4"
13         sharing_policy="FATPIPE"/>
14  
15   <route:multi src="myCluster" dst="myCluster">
16     <link:ctn id="$src"/>
17     <link:ctn id="bob_backbone"/>
18     <link:ctn id="$dst"/>
19   </route:multi>
20 </platform>