Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add ns3_get_link_latency_limited if def HAVE_LATENCY_BOUND_TRACKING.
[simgrid.git] / examples / msg / ns3 / onelink-d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4
5   <process host="S1" function="master">
6       <argument value="100"/>
7       <argument value="C1"/>
8       <argument value="1"/>
9   </process>
10
11   <process host="C1" function="slave">
12     <argument value="1"/>
13   </process>
14
15   <process host="S2" function="master">
16       <argument value="1000"/>
17       <argument value="C2"/>
18       <argument value="2"/>
19   </process>
20   
21   <process host="C2" function="slave">
22     <argument value="2"/>
23   </process>
24    
25    
26     <process host="S3" function="master">
27       <argument value="2000"/>
28       <argument value="C3"/>
29       <argument value="3"/>
30   </process>
31   
32   <process host="C3" function="slave">
33     <argument value="3"/>
34   </process>
35      
36 </platform>