Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a platform with a bypass route. Add the test to cmake.
[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.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Dijkstra">
5         <host id="host1" power="1000000000"/>
6         <host id="host2" power="1000000000"/>
7         <host id="host3" power="1000000000"/>
8         <host id="host4" power="1000000000"/>
9  
10         <link id="link1" bandwidth="125000000000" latency="5E-5"/>
11         <link id="link2" bandwidth="125000000" latency="5E-6"/>
12         <link id="link3" bandwidth="125000" latency="5E-7"/>
13         <link id="link4" bandwidth="125" latency="5E-9"/>  
14          
15    <route src="host1" dst="host2" symmetrical="NO">
16      <link_ctn id="link1"/>
17    </route>
18    <route src="host2" dst="host1" symmetrical="NO">
19      <link_ctn id="link1"/>
20    </route> 
21    
22    <route src="host1" dst="host3" symmetrical="NO">
23      <link_ctn id="link2"/>
24    </route>
25    <route src="host3" dst="host1" symmetrical="NO">
26      <link_ctn id="link2"/>
27    </route>
28    
29  </AS>
30  </platform>