Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tesh file. Surprisingly, according to git, it was already wrong when first commit...
[simgrid.git] / examples / msg / gtnets / onelink-p.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2"><!--- 
4    S1  --------- C1
5         link 1
6         100MB, 5ms
7 -->
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 </platform>