Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "revalidate broken tesh files"
[simgrid.git] / teshsuite / simdag / platforms / four_hosts_floyd_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="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="125GBps" latency="50us"/>
13         <link id="link2" bandwidth="125MBps" latency="5us"/>
14         <link id="link3" bandwidth="125kBps" latency="500ns"/>
15         <link id="link4" bandwidth="1.25kBps" latency="5ns"/>  
16          
17    <route src="host1" dst="host2">
18      <link_ctn id="link1"/>
19    </route>
20    
21    <route src="host2" dst="host3">
22      <link_ctn id="link3"/>
23    </route>
24       
25    <route src="host3" dst="host4">
26      <link_ctn id="link4"/>
27    </route>
28
29  </AS>
30  </platform>