Logo AND Algorithmique Numérique Distribuée

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