Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the SimDag revolution: function factoring
[simgrid.git] / teshsuite / simdag / platforms / four_hosts_floyd.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Floyd">
5         <host id="host1" power="1Gf"/>
6         <host id="host2" power="1Gf"/>
7         <host id="host3" power="1Gf"/>
8         <host id="host4" power="1Gf"/>
9  
10         <link id="link1" bandwidth="125MBps" latency="50us"/>
11         <link id="link2" bandwidth="125MBps" latency="50us"/>
12         <link id="link3" bandwidth="125MBps" latency="50us"/>
13         <link id="link4" bandwidth="125MBps" latency="50us"/>  
14          
15    <route src="host1" dst="host2">
16      <link_ctn id="link1"/>
17    </route>
18       
19    <route src="host1" dst="host3">
20      <link_ctn id="link2"/>
21    </route>
22    
23    <route src="host2" dst="host3">
24      <link_ctn id="link3"/>
25    </route>
26       
27    <route src="host3" dst="host4">
28      <link_ctn id="link4"/>
29    </route>
30
31  </AS>
32  </platform>