Logo AND Algorithmique Numérique Distribuée

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