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_Dijkstra_ns3.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="Dijkstra">
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="125GBps" latency="50us"/>
13         <link id="link2" bandwidth="125MBps" latency="5us"/>
14         <link id="link3" bandwidth="125kBps" latency="500ns"/>
15         <link id="link4" bandwidth="125Bps" latency="5ns"/>  
16          
17    <route src="host1" dst="host2" symmetrical="NO">
18      <link_ctn id="link1"/>
19    </route>
20    <route src="host2" dst="host1" symmetrical="NO">
21      <link_ctn id="link1"/>
22    </route> 
23    
24    <route src="host1" dst="host3" symmetrical="NO">
25      <link_ctn id="link2"/>
26    </route>
27    <route src="host3" dst="host1" symmetrical="NO">
28      <link_ctn id="link2"/>
29    </route>
30    
31  </AS>
32  </platform>