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 / partask / platform_2p_1sl_hetero.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform version="2">
4
5         <host id="cpu0" power="1" />
6         <host id="cpu1" power="2" />
7
8         <link id="link0" bandwidth="1" latency=".5"
9                 sharing_policy="SHARED" />
10         <route src="cpu0" dst="cpu1">
11                 <link:ctn id="link0" />
12         </route>
13         <route src="cpu1" dst="cpu0">
14                 <link:ctn id="link0" />
15         </route>
16 </platform>