Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'oldstyle_element_set'
[simgrid.git] / examples / msg / mc / platform.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4  <AS  id="AS0"  routing="Full">
5    <host id="HostA" speed="137.333Mf"/>
6    <host id="HostB" speed="98.095Mf"/>
7    <host id="HostC" speed="98.095Mf"/>
8    <host id="HostD" speed="98.095Mf"/>
9    <link id="1" bandwidth="3.430125MBps" latency="536.941us"/>
10    <link id="2" bandwidth="3.430125MBps" latency="536.941us"/>
11    <link id="3" bandwidth="3.430125MBps" latency="536.941us"/>
12    <route src="HostA" dst="HostB"><link_ctn id="1"/></route>
13    <route src="HostA" dst="HostC"><link_ctn id="2"/></route>
14    <route src="HostA" dst="HostD"><link_ctn id="3"/></route>
15  </AS>
16  </platform>