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 / platforms / four_hosts_floyd.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="Floyd">
5     <host id="host1" speed="1Gf"/>
6     <host id="host2" speed="1Gf"/>
7     <host id="host3" speed="1Gf"/>
8     <host id="host4" speed="1Gf"/>
9
10     <link id="link1" bandwidth="125MBps" latency="50us"/>
11     <link id="link2" bandwidth="125MBps" latency="50us"/>
12     <link id="link3" bandwidth="125MBps" latency="50us"/>
13     <link id="link4" bandwidth="125MBps" latency="50us"/>
14
15     <route src="host1" dst="host2">
16       <link_ctn id="link1"/>
17     </route>
18     <route src="host1" dst="host3">
19       <link_ctn id="link2"/>
20     </route>
21     <route src="host2" dst="host3">
22       <link_ctn id="link3"/>
23     </route>
24     <route src="host3" dst="host4">
25       <link_ctn id="link4"/>
26     </route>
27   </zone>
28 </platform>