Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
4b63be22b65502ab2c51e0a35a9d4b2d6f1617b2
[simgrid.git] / teshsuite / simdag / partask / platform_2p_1sl_hetero.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description 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_description>