Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a105b264da87d4cef6e24515f7fd87d52f19f2ab
[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="400"/>        <!-- time to sleep before it starts-->
9   </process>
10
11   <process host="McGee" function="node">
12     <argument value="42"/>        <!-- my id -->
13     <argument value="1"/>         <!-- known id -->
14     <argument value="300"/>        <!-- time to sleep before it starts-->
15   </process>
16
17   <process host="iRMX" function="node">
18     <argument value="38"/>        <!-- my id -->
19     <argument value="1"/>         <!-- known id -->
20     <argument value="200"/>         <!-- time to sleep before it starts-->
21   </process>
22
23   <process host="Geoff" function="node">
24     <argument value="32"/>        <!-- my id -->
25     <argument value="1"/>         <!-- known id -->
26     <argument value="100"/>         <!-- time to sleep before it starts-->
27   </process>
28
29   <process host="TeX" function="node">
30     <argument value="21"/>        <!-- my id -->
31     <argument value="1"/>         <!-- known id -->
32     <argument value="40"/>        <!-- time to sleep before it starts-->
33   </process>
34
35   <process host="Jean_Yves" function="node">
36     <argument value="14"/>        <!-- my id -->
37     <argument value="1"/>         <!-- known id -->
38     <argument value="16"/>        <!-- time to sleep before it starts-->
39   </process>
40
41   <process host="Boivin" function="node">
42     <argument value="8"/>         <!-- my id -->
43     <argument value="1"/>         <!-- known id -->
44     <argument value="1"/>         <!-- time to sleep before it starts-->
45   </process>
46
47   <process host="Jacquelin" function="node">
48     <argument value="1"/>         <!-- my id -->
49   </process>
50
51 </platform>