Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[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   <AS  id="AS0"  routing="Full">
5     <host id="cpu0" speed="1f"/>
6     <host id="cpu1" speed="1f"/>
7
8     <link id="switch" bandwidth="2Bps" latency="1s" sharing_policy="FATPIPE"/>
9     <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
10     <link id="link1" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
11
12     <route src="cpu0" dst="cpu1"><link_ctn id="link0"/><link_ctn id="switch"/><link_ctn id="link1"/></route>
13  </AS>
14  </platform>