Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
today is doomsday: platform.xml is sacrificed for the greater good
[simgrid.git] / examples / msg / network-ns3 / 3links-timer_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4   <process host="Tremblay" function="master">
5     <argument value="10000"/>
6     <argument value="Jupiter"/>
7     <argument value="1"/>
8   </process>
9   <process host="Jupiter" function="worker">
10     <argument value="1"/>
11   </process>
12   <process host="Fafard" function="master">
13     <argument value="10000"/>
14     <argument value="Ginette"/>
15     <argument value="2"/>
16   </process>
17   <process host="Ginette" function="worker">
18     <argument value="2"/>
19   </process>
20   <process host="Bourassa" function="master">
21     <argument value="10000"/>
22     <argument value="Lovelace"/>
23     <argument value="3"/>
24   </process>
25   <process host="Lovelace" function="worker">
26     <argument value="3"/>
27   </process>
28   <process host="Bourassa" function="master" start_time="2.0">
29     <argument value="10000"/>
30     <argument value="Lovelace"/>
31     <argument value="4"/>
32   </process>
33   <process host="Lovelace" function="worker">
34     <argument value="4"/>
35   </process>
36   <process host="Lovelace" function="timer">
37     <argument value="0"/>
38     <argument value=".1"/>
39   </process>
40   <process host="Lovelace" function="timer" start_time="2.0">
41     <argument value="0"/>
42     <argument value=".1"/>
43   </process>
44 </platform>