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 / platform_2p_1sl.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   <!-- \r
7   <network_link name="link0" bandwidth="1.25e+08" latency="2.0e-04" sharing_policy="SHARED"/>
8    -->\r
9   <network_link name="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
10   <route src="cpu0" dst="cpu1">\r
11     <route_element name="link0"/>\r
12   </route>\r
13   <route src="cpu1" dst="cpu0">\r
14     <route_element name="link0"/>\r
15   </route>\r
16 </platform_description>\r