Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
820c207ddc73a29c0fbdee10a50a72ee8475a7b2
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1bb.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="1">
4         
5         <cpu name="cpu0" power="1" />
6         <cpu name="cpu1" power="1" />
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         <network_link name="link0" bandwidth="2" latency="10000"
17                 sharing_policy="SHARED" />
18         
19         <route src="cpu0" dst="cpu1">
20                 <route_element name="link0" />
21         </route>
22         
23         <route src="cpu1" dst="cpu0">
24                 <route_element name="link0" />
25         </route>
26         
27 </platform_description>