Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless include that makes projects outside of Simgrid uncompilable.
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1bb.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4   <AS id="AS0" routing="Full">
5     <host id="cpu0" speed="1f"/>
6     <host id="cpu1" speed="1f"/>
7
8     <!-- large latency backbone 10000 because 20000 is MAX_TCP_WIN_SIZE
9          max bw = MAX_TCP_WIN_SIZE / ( 2 * latency ) which is then 1 and 1 is smallest possible -->
10
11     <link id="link0" bandwidth="2Bps" latency="2.777777777777777777777777778h" sharing_policy="SHARED"/>
12
13     <route src="cpu0" dst="cpu1"><link_ctn id="link0"/></route>
14   </AS>
15 </platform>