Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill dupplicates
[simgrid.git] / teshsuite / simdag / platforms / bogus_two_hosts_asymetric.xml
1 <!-- THIS FILE IS INVALID.
2      It declares a route alice->bob and another bob->alice, both being different.
3      It is used to check that this (bogus) file is detected as is (see two_hosts_asymetric.tesh) -->
4 <?xml version='1.0'?>
5 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
6 <platform version="4">
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"><link_ctn id="link1"/></route>
15    <route src="alice" dst="bob"><link_ctn id="link2"/></route>
16   </AS>
17 </platform>