Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1switch.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4  
5  
6  <AS  id="AS0"  routing="Full">
7    <host id="cpu0" speed="1f"/>
8    <host id="cpu1" speed="1f"/>
9
10    <link id="switch" bandwidth="2Bps" latency="1s" sharing_policy="FATPIPE"/>
11    <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
12    <link id="link1" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
13
14    <route src="cpu0" dst="cpu1">
15      <link_ctn id="link0"/>
16      <link_ctn id="switch"/>
17      <link_ctn id="link1"/>
18    </route>
19  </AS>
20  </platform>