Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
3312ba1f7ab0aee71cb0eb57acb9d0aad96b7fc3
[simgrid.git] / teshsuite / simdag / platforms / bogus_two_hosts_asymetric-2.xml
1
2 <!-- THIS FILE IS INVALID.
3
4 It declares a route alice->bob and another bob->alice, both being different.
5 It is used to check that this (bogus) file is detected as is (see
6 two_hosts_asymetric.tesh) -->
7
8 <?xml version='1.0'?>
9 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
10 <platform version="4">
11  <AS  id="AS0"  routing="Full">
12    <host id="bob" speed="1Gf"/>
13    <host id="alice" speed="500Mf"/>
14  
15    <link id="link1" bandwidth="125MBps" latency="50us"/>
16    <link id="link2" bandwidth="125MBps" latency="50us"/>
17    <link id="link3" bandwidth="125MBps" latency="50us"/>
18    <link id="link4" bandwidth="125MBps" latency="50us"/>
19    
20    <route src="bob" dst="alice">
21      <link_ctn id="link1"/><link_ctn id="link2"/><link_ctn id="link4"/>
22    </route>
23
24    <route src="alice" dst="bob">
25      <link_ctn id="link4"/><link_ctn id="link3"/><link_ctn id="link1"/>
26    </route>
27
28  </AS>
29  </platform>