Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the platforms file with the new s/:/_/ in DTD
[simgrid.git] / examples / msg / gtnets / onelink-p.xml
1 <?xml version='1.0'?>
2  <!DOCTYPE platform SYSTEM "simgrid.dtd">
3  <platform version="2">
4  <AS  id="AS0"  routing="Full">
5  <!---   S1  --------- C1
6          link 1
7          100MB, 5ms
8  -->
9  
10    <host id="S1" power="1000000000"/>
11    <host id="C1" power="1000000000"/>
12  
13    <link id="1" bandwidth="10000" latency="0.01"/>
14  
15    <route src="S1" dst="C1">
16       <link_ctn id="1"/>
17    </route>
18  
19  </AS>
20  </platform>