Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Chord Deployment File :add a deadline value for each node to let them leave the ring...
authorcoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 10 Dec 2010 16:51:30 +0000 (16:51 +0000)
committercoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 10 Dec 2010 16:51:30 +0000 (16:51 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9137 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/chord/chord.xml

index a105b26..4779089 100644 (file)
@@ -6,46 +6,54 @@
     <argument value="48"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="400"/>        <!-- time to sleep before it starts-->
+    <argument value ="500"/>           <!-- deadline -->
   </process>
 
   <process host="McGee" function="node">
     <argument value="42"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="300"/>        <!-- time to sleep before it starts-->
+    <argument value ="500"/>           <!-- deadline -->
   </process>
 
   <process host="iRMX" function="node">
     <argument value="38"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="200"/>         <!-- time to sleep before it starts-->
+    <argument value ="500"/>           <!-- deadline -->
   </process>
 
   <process host="Geoff" function="node">
     <argument value="32"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="100"/>         <!-- time to sleep before it starts-->
+    <argument value ="500"/>           <!-- deadline -->
   </process>
 
   <process host="TeX" function="node">
     <argument value="21"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="40"/>        <!-- time to sleep before it starts-->
+    <argument value ="500"/>           <!-- deadline -->
   </process>
 
   <process host="Jean_Yves" function="node">
     <argument value="14"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="16"/>        <!-- time to sleep before it starts-->
+    <argument value ="500"/>           <!-- deadline -->
   </process>
 
   <process host="Boivin" function="node">
     <argument value="8"/>         <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="1"/>         <!-- time to sleep before it starts-->
+    <argument value ="500"/>           <!-- deadline -->
   </process>
 
   <process host="Jacquelin" function="node">
     <argument value="1"/>         <!-- my id -->
+    <argument value ="500"/>           <!-- deadline -->
   </process>
 
 </platform>