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_1fl.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   <network_link name="link0" bandwidth="1" latency=".5" sharing_policy="FATPIPE"/>
7   <route src="cpu0" dst="cpu1">\r
8     <route_element name="link0"/>\r
9   </route>\r
10   <route src="cpu1" dst="cpu0">\r
11     <route_element name="link0"/>\r
12   </route>\r
13 </platform_description>\r