Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the XML files
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1switch.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="2">\r
4 \r
5 \r
6   <host id="cpu0" power="1"/>\r
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">\r
14     <link:ctn id="link0"/>\r
15     <link:ctn id="switch"/>
16     <link:ctn id="link1"/>
17   </route>\r
18   
19   <route src="cpu1" dst="cpu0">\r
20     <link:ctn id="link1"/>\r
21     <link:ctn id="switch"/>
22     <link:ctn id="link0"/>
23   </route>
24   \r
25 </platform_description>\r