Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
67662d994f3c7d8921a23da77a233d65889e27ab
[simgrid.git] / teshsuite / simdag / partask / platform_2p_1sl.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.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