Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get rid of useless spaces and tabs
[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.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Full">
5    <host id="cpu0" power="1"/>
6    <host id="cpu1" power="1"/>
7
8    <link id="switch" bandwidth="2" latency="1" sharing_policy="FATPIPE"/>
9    <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
10    <link id="link1" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
11
12    <route src="cpu0" dst="cpu1">
13      <link_ctn id="link0"/>
14      <link_ctn id="switch"/>
15      <link_ctn id="link1"/>
16    </route>
17  </AS>
18  </platform>