Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / teshsuite / simdag / platforms / four_hosts_floyd_bis.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         <host id="host5" speed="1Gf"/>
12  
13         <link id="link1" bandwidth="125MBps" latency="50us"/>
14         <link id="link2" bandwidth="125MBps" latency="50us"/>
15         <link id="link3" bandwidth="125MBps" latency="50us"/>
16         <link id="link4" bandwidth="125MBps" latency="50us"/>  
17         <link id="link5" bandwidth="125MBps" latency="50us"/>
18         <link id="link6" bandwidth="125MBps" latency="50us"/> 
19          
20    <route src="host1" dst="host2">
21      <link_ctn id="link1"/>
22    </route>
23       
24    <route src="host1" dst="host3">
25      <link_ctn id="link2"/>
26    </route>
27    
28    <route src="host2" dst="host3">
29      <link_ctn id="link3"/>
30    </route>
31       
32    <route src="host3" dst="host4">
33      <link_ctn id="link4"/>
34    </route>
35    
36    <route src="host2" dst="host5">
37      <link_ctn id="link5"/>
38    </route>
39       
40    <route src="host3" dst="host5">
41      <link_ctn id="link6"/>
42    </route>
43
44  </AS>
45  </platform>