Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
18ffb265cdd233298517a6f78d0f39235527b7c8
[simgrid.git] / examples / msg / chord / chord.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="3">
4
5   <process host="Gatien" function="node">
6     <argument value="48"/>        <!-- my id -->
7     <argument value="1"/>         <!-- known id -->
8     <argument value="13"/>        <!-- time to sleep before it starts-->
9
10   </process>
11
12   <process host="McGee" function="node">
13     <argument value="42"/>        <!-- my id -->
14     <argument value="1"/>         <!-- known id -->
15     <argument value="11"/>        <!-- time to sleep before it starts-->
16   </process>
17
18   <process host="iRMX" function="node">
19     <argument value="38"/>        <!-- my id -->
20     <argument value="1"/>         <!-- known id -->
21     <argument value="9"/>         <!-- time to sleep before it starts-->
22   </process>
23
24   <process host="Geoff" function="node">
25     <argument value="32"/>        <!-- my id -->
26     <argument value="1"/>         <!-- known id -->
27     <argument value="7"/>         <!-- time to sleep before it starts-->
28   </process>
29
30   <process host="TeX" function="node">
31     <argument value="21"/>        <!-- my id -->
32     <argument value="1"/>         <!-- known id -->
33     <argument value="5"/>         <!-- time to sleep before it starts-->
34   </process>
35
36   <process host="Jean_Yves" function="node">
37     <argument value="14"/>        <!-- my id -->
38     <argument value="1"/>         <!-- known id -->
39     <argument value="3"/>         <!-- time to sleep before it starts-->
40   </process>
41
42   <process host="Boivin" function="node">
43     <argument value="8"/>         <!-- my id -->
44     <argument value="1"/>         <!-- known id -->
45     <argument value="1"/>         <!-- time to sleep before it starts-->
46   </process>
47
48   <process host="Jacquelin" function="node">
49     <argument value="1"/>         <!-- my id -->
50   </process>
51
52 </platform>