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_1switch.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   
9   <link id="switch" bandwidth="2" latency="1" sharing_policy="FATPIPE"/>
10   <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
11   <link id="link1" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
12   
13   <route src="cpu0" dst="cpu1">
14     <link:ctn id="link0"/>
15     <link:ctn id="switch"/>
16     <link:ctn id="link1"/>
17   </route>
18   
19   <route src="cpu1" dst="cpu0">
20     <link:ctn id="link1"/>
21     <link:ctn id="switch"/>
22     <link:ctn id="link0"/>
23   </route>
24   
25 </platform>