Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A whole bunch of test units from Sascha and Fred. Many thanks, dudes
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1switch.xml
1 <?xml version='1.0'?>\r
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">\r
3 <platform_description version="1">\r
4   <cpu name="cpu0" power="1"/>\r
5   <cpu name="cpu1" power="1"/>
6   
7   <network_link name="switch" bandwidth="2" latency="1" sharing_policy="FATPIPE"/>
8   <network_link name="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
9   <network_link name="link1" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
10   
11   <route src="cpu0" dst="cpu1">\r
12     <route_element name="link0"/>\r
13     <route_element name="switch"/>
14     <route_element name="link1"/>
15   </route>\r
16   
17   <route src="cpu1" dst="cpu0">\r
18     <route_element name="link1"/>\r
19     <route_element name="switch"/>
20     <route_element name="link0"/>
21   </route>
22   \r
23 </platform_description>\r