Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups in teshsuite/simdag/platforms, don't ask why
[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  
5  
6  <AS  id="AS0"  routing="Full">
7    <host id="cpu0" speed="1f" />
8    <host id="cpu1" speed="1f" />
9
10    <!-- 
11        large latency backbone
12        10000 because
13        20000 is MAX_TCP_WIN_SIZE
14        max bw = MAX_TCP_WIN_SIZE / ( 2 * latency )
15        which is then 1 and 1 is smallest possible
16    -->
17
18    <link id="link0" bandwidth="2Bps" latency="2.777777777777777777777777778h" sharing_policy="SHARED" />
19
20    <route src="cpu0" dst="cpu1">
21       <link_ctn id="link0" />
22    </route>
23  </AS>
24  </platform>