Logo AND Algorithmique Numérique Distribuée

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