Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let simgrid.dtd to be accessible from the web in order to enable automatic validation...
[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  
6  
7    <host id="cpu0" power="1"/>
8    <host id="cpu1" power="1"/>
9    
10    <link id="switch" bandwidth="2" latency="1" sharing_policy="FATPIPE"/>
11    <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
12    <link id="link1" bandwidth="1" latency=".5" 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    
20    <route src="cpu1" dst="cpu0">
21      <link_ctn id="link1"/>
22      <link_ctn id="switch"/>
23      <link_ctn id="link0"/>
24    </route>
25    
26  </AS>
27  </platform>