Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
be more friendly in tests with VPATH builds
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1sl.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4
5
6   <host id="cpu0" power="1"/>
7   <host id="cpu1" power="1"/>
8   <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
9   <route src="cpu0" dst="cpu1">
10     <link:ctn id="link0"/>
11   </route>
12   <route src="cpu1" dst="cpu0">
13     <link:ctn id="link0"/>
14   </route>
15 </platform>