Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
246d72b54feea126a722ac9996ff47dcfb878791
[simgrid.git] / examples / deprecated / msg / mc / platform.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <zone  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">
13       <link_ctn id="1"/>
14     </route>
15     <route src="HostA" dst="HostC">
16       <link_ctn id="2"/>
17     </route>
18     <route src="HostA" dst="HostD">
19       <link_ctn id="3"/>
20     </route>
21   </zone>
22 </platform>