Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
wait a bit more for master, he's too fat to move fast enough. Slave of any country...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 10 Jul 2006 01:44:32 +0000 (01:44 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 10 Jul 2006 01:44:32 +0000 (01:44 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2523 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/pmm/pmm.c

index 4fc4b41..dc7da5b 100755 (executable)
@@ -366,7 +366,7 @@ int slave(int argc,char *argv[]) {
   /* Create the connexions */
   mysock = gras_socket_server_range(3000,9999,0,0);
   INFO1("Sensor starting (on port %d)",gras_os_myport());
   /* Create the connexions */
   mysock = gras_socket_server_range(3000,9999,0,0);
   INFO1("Sensor starting (on port %d)",gras_os_myport());
-  gras_os_sleep(0.5); /* let the master get ready */
+  gras_os_sleep(2); /* let the master get ready */
   master = gras_socket_client_from_string(argv[1]);
                                
   /* Join and run the group */
   master = gras_socket_client_from_string(argv[1]);
                                
   /* Join and run the group */