Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
implement check_predecessor and random_lookup (periodic protocols) in Chord example
[simgrid.git] / examples / msg / mc / chord / deploy_chord4.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="Jean_Yves" function="node">
6     <argument value="6"/>        <!-- my id -->
7     <argument value="16"/>         <!-- known id -->
8     <argument value="300"/>        <!-- time to sleep before it starts-->
9     <argument value ="600"/>            <!-- deadline -->
10   </process>
11   
12   <process host="Boivin" function="node">
13     <argument value="10"/>         <!-- my id -->
14     <argument value="16"/>         <!-- known id -->
15     <argument value="300"/>         <!-- time to sleep before it starts-->
16     <argument value ="600"/>            <!-- deadline -->
17   </process>
18
19   <process host="TeX" function="node">
20     <argument value="8"/>         <!-- my id -->
21     <argument value="16"/>         <!-- known id -->
22     <argument value="100"/>         <!-- time to sleep before it starts-->
23     <argument value ="600"/>            <!-- deadline -->
24   </process>
25
26   <process host="Jacquelin" function="node">
27     <argument value="16"/>         <!-- my id -->
28     <argument value ="600"/>             <!-- deadline -->
29   </process>
30
31
32 </platform>