Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / msg / gtnets / onelink-p.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4  
5  
6  <AS  id="AS0"  routing="Full">
7  <!---   S1  ________ C1
8               link 1
9              100MB, 5ms
10  -->
11  
12    <host id="S1" speed="1Gf"/>
13    <host id="C1" speed="1Gf"/>
14  
15    <link id="1" bandwidth="10kBps" latency="10ms"/>
16  
17    <route src="S1" dst="C1">
18       <link_ctn id="1"/>
19    </route>
20  
21  </AS>
22  </platform>