Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate fortran attr tests
[simgrid.git] / teshsuite / simdag / platforms / 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.1">
4   <zone  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">
13       <link_ctn id="link0"/>
14       <link_ctn id="switch"/>
15       <link_ctn id="link1"/>
16     </route>
17   </zone>
18 </platform>