Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetic so that it can be displayed in doc
[simgrid.git] / examples / platforms / two_hosts.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="world" routing="Full">
5     <!-- The resources -->
6     <host id="Tremblay" speed="25Mf"/>
7     <host id="Jupiter" speed="25Mf"/>
8     <link id="1" bandwidth="125MBps" latency="100us"/>
9
10     <!-- The routing between resources -->
11     <route src="Tremblay" dst="Jupiter">
12       <link_ctn id="1"/>
13     </route>
14   </zone>
15 </platform>