Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
4e1dccde4cbf327e159b9ddc169f7ac9e3898573
[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="1f"/>
6    <host id="cpu1" power="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">
13      <link_ctn id="link0"/>
14      <link_ctn id="switch"/>
15      <link_ctn id="link1"/>
16    </route>
17  </AS>
18  </platform>