Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Accept the fact that NS3 timings may vary with the version
[simgrid.git] / examples / msg / ns3 / 3links-d-timer.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="Tremblay" function="master">
6       <argument value="100000"/>
7       <argument value="Jupiter"/>
8       <argument value="1"/>
9   </process>
10
11   <process host="Jupiter" function="slave">
12     <argument value="1"/>
13   </process>
14
15   <process host="Fafard" function="master">
16       <argument value="1000000"/>
17       <argument value="Ginette"/>
18       <argument value="2"/>
19   </process>
20
21   <process host="Ginette" function="slave">
22     <argument value="2"/>
23   </process>
24
25   <process host="Bourassa" function="master">
26       <argument value="2000000"/>
27       <argument value="Lovelace"/>
28       <argument value="3"/>
29   </process>
30
31   <process host="Lovelace" function="slave">
32     <argument value="3"/>
33   </process>
34
35   <process host="Bourassa" function="master" start_time="2.0">
36       <argument value="2000000"/>
37       <argument value="Lovelace"/>
38       <argument value="4"/>
39   </process>
40
41   <process host="Lovelace" function="slave">
42     <argument value="4"/>
43   </process>
44
45   <process host="Lovelace" function="timer">
46     <argument value="0"/>
47     <argument value=".1"/>
48   </process>
49
50   <process host="Lovelace" function="timer" start_time="2.0">
51     <argument value="0"/>
52     <argument value=".1"/>
53   </process>
54 </platform>