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] / examples / msg / ns3 / onelink-p.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3  <platform version="3">
4  <AS  id="AS0"  routing="Full">
5  
6    <host id="S1" power="1000000000"/>
7    <host id="C1" power="1000000000"/>
8    <host id="S2" power="1000000000"/>
9    <host id="C2" power="1000000000"/>
10    <host id="S3" power="1000000000"/>
11    <host id="C3" power="1000000000"/>
12  
13    <link id="1" bandwidth="1000" latency="0.01"/>
14    <link id="2" bandwidth="1000" latency="0.01"/>
15    <link id="3" bandwidth="1000" latency="0.01"/>
16  
17    <route src="S1" dst="C1">
18       <link_ctn id="1"/>
19    </route>
20    <route src="S2" dst="C2">
21       <link_ctn id="2"/>
22    </route>
23    <route src="S3" dst="C3">
24       <link_ctn id="3"/>
25    </route>
26   
27  </AS>
28  </platform>