Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new platform file, serving as a documentation to clusters
[simgrid.git] / examples / platforms / small_platform_fatpipe.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="Tremblay" speed="98.095Mf"/>
6     <host id="Ruby" speed="98.095Mf"/>
7     <host id="Perl" speed="98.095Mf"/>
8     <host id="Java" speed="98.095Mf"/>
9
10     <link id="1" bandwidth="498MBps" latency="150us" sharing_policy="FATPIPE"/>
11     <link id="2" bandwidth="498MBps" latency="150us" sharing_policy="FATPIPE"/>
12     <link id="3" bandwidth="498MBps" latency="150us" sharing_policy="FATPIPE"/>
13     <link id="4" bandwidth="498MBps" latency="150us" sharing_policy="FATPIPE"/>
14
15     <route src="Tremblay" dst="Ruby">
16       <link_ctn id="1"/>
17     </route>
18     <route src="Tremblay" dst="Perl">
19       <link_ctn id="2"/>
20     </route>
21     <route src="Tremblay" dst="Java">
22       <link_ctn id="3"/>
23     </route>
24     <route src="Ruby" dst="Perl">
25       <link_ctn id="4"/>
26     </route>
27   </zone>
28 </platform>