Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change again the size of the problem for the MC.
authorcristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 26 Jan 2011 13:54:20 +0000 (13:54 +0000)
committercristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 26 Jan 2011 13:54:20 +0000 (13:54 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9503 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/chord/chord.c

index f7f145a..8f7b2f5 100644 (file)
@@ -252,9 +252,9 @@ int node(int argc, char *argv[])
 {
   /* Reduce the run size for the MC */
   if(MC_IS_ENABLED){
-    periodic_stabilize_delay = 3;
-    periodic_fix_fingers_delay = 3;
-    periodic_check_predecessor_delay = 3;
+    periodic_stabilize_delay = 8;
+    periodic_fix_fingers_delay = 8;
+    periodic_check_predecessor_delay = 8;
   }
 
   double init_time = MSG_get_clock();
@@ -337,7 +337,7 @@ int node(int argc, char *argv[])
        }
         else {
           // nothing to do: sleep for a while
-          MSG_process_sleep(3);
+          MSG_process_sleep(5);
         }
       }
       else {