Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update the platform files: the root tag is now called 'platform', not 'platform_descr...
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1sl.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform version="2">\r
4 \r
5 \r
6   <host id="cpu0" power="1"/>\r
7   <host id="cpu1" power="1"/>
8   <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
9   <route src="cpu0" dst="cpu1">\r
10     <link:ctn id="link0"/>\r
11   </route>\r
12   <route src="cpu1" dst="cpu0">\r
13     <link:ctn id="link0"/>\r
14   </route>\r
15 </platform>\r