Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c886e9654cd3c9c6d3ef0f340a66fa460cb7edd1
[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.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Full">
5    <host id="cpu0" power="1f" />
6    <host id="cpu1" power="1f" />
7
8    <!-- 
9        large latency backbone
10        10000 because
11        20000 is MAX_TCP_WIN_SIZE
12        max bw = MAX_TCP_WIN_SIZE / ( 2 * latency )
13        which is then 1 and 1 is smallest possible
14    -->
15
16    <link id="link0" bandwidth="2Bps" latency="2.777777777777777777777777778h" sharing_policy="SHARED" />
17
18    <route src="cpu0" dst="cpu1">
19       <link_ctn id="link0" />
20    </route>
21  </AS>
22  </platform>