Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added the GTNetS feature to examples/msg directory.
[simgrid.git] / examples / msg / gtnets / onelink-p.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <!--- 
4    S1  --------- C1
5         link 1
6         100MB, 5ms
7 -->
8
9 <platform_description version="1">
10   <cpu name="S1" power="1000000000"/>
11   <cpu name="C1" power="1000000000"/>
12
13   <network_link name="1" bandwidth="10000" latency="0.01"/>
14
15   <route src="S1" dst="C1">
16      <route_element name="1"/>
17   </route>
18
19 </platform_description>