Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moving graphicator from teshsuite to tools/graphicator/
[simgrid.git] / teshsuite / simdag / platforms / one_cluster_foreach.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "simgrid.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Full">
5    <set id="myCluster" prefix="bob" suffix=".hamburger.edu"
6         radical="0,2-4,6"/>
7  
8    <foreach set_id="myCluster">
9      <host id="$1" power="1000000000"/>
10      <link id="$1" bandwidth="125000000" latency="5E-5"/>
11    </foreach>
12  
13    <link id="bob_backbone" bandwidth="2250000000" latency="5E-4"
14         sharing_policy="FATPIPE"/>
15   
16    <route:multi src="myCluster" dst="myCluster" symmetric="NO">
17      <link_ctn id="$src"/>
18      <link_ctn id="bob_backbone"/>
19      <link_ctn id="$dst"/>
20    </route:multi>
21  </AS>
22  </platform>