Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Less details in output, less chance to get it wrong when slaves don't come in the...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 8 Jun 2007 14:59:39 +0000 (14:59 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 8 Jun 2007 14:59:39 +0000 (14:59 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3598 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/pmm/Makefile.in
examples/gras/pmm/pmm.c
examples/gras/pmm/test_rl
examples/gras/pmm/test_sg_32
examples/gras/pmm/test_sg_64

index 39731ad..cb71972 100644 (file)
@@ -608,7 +608,7 @@ uninstall-am: uninstall-info-am
 @GRAS_ARCH_32_BITS_TRUE@test-sg:
 @GRAS_ARCH_32_BITS_TRUE@       $(TESTS_ENVIRONMENT) test_sg_32
 @GRAS_ARCH_32_BITS_FALSE@test-sg:
-@GRAS_ARCH_32_BITS_FALSE@      $(TESTS_ENVIRONMENT) test_sg_32
+@GRAS_ARCH_32_BITS_FALSE@      $(TESTS_ENVIRONMENT) test_sg_64
 
 test-rl:
        $(TESTS_ENVIRONMENT) test_rl
index 35253ab..969fe85 100755 (executable)
@@ -115,9 +115,7 @@ int master (int argc,char *argv[]) {
        i++) {
 
     xbt_dynar_get_cpy(peers,i,&grid[i]);
-    INFO2("Connecting to %s:%d.",grid[i]->name,grid[i]->port);
     socket[i]=gras_socket_client(grid[i]->name,grid[i]->port);
-    INFO2("Connected to %s:%d.",grid[i]->name,grid[i]->port);
   }
   xbt_assert2(i==SLAVE_COUNT,
              "Not enough slaves for this setting (got %d of %d). Change the deployment file",
index 9675167..6967772 100755 (executable)
 & $SG_TEST_EXENV ./pmm_master$EXEEXT 4242 --log=root.fmt:%m%n
 > Wait for peers for 5 sec
 > Got 9 pals
-> Connecting to 127.0.0.1:3000.
-> Connected to 127.0.0.1:3000.
-> Connecting to 127.0.0.1:3001.
-> Connected to 127.0.0.1:3001.
-> Connecting to 127.0.0.1:3002.
-> Connected to 127.0.0.1:3002.
-> Connecting to 127.0.0.1:3003.
-> Connected to 127.0.0.1:3003.
-> Connecting to 127.0.0.1:3004.
-> Connected to 127.0.0.1:3004.
-> Connecting to 127.0.0.1:3005.
-> Connected to 127.0.0.1:3005.
-> Connecting to 127.0.0.1:3006.
-> Connected to 127.0.0.1:3006.
-> Connecting to 127.0.0.1:3007.
-> Connected to 127.0.0.1:3007.
-> Connecting to 127.0.0.1:3008.
-> Connected to 127.0.0.1:3008.
 > XXXXXXXXXXXXXXXXXXXXXX begin Multiplication
 > The Result of Multiplication is :
 > >>> Matrix C:res dump (18 x 18)
index 8e42c5b..246ecba 100755 (executable)
@@ -20,24 +20,6 @@ $ $SG_TEST_EXENV ./pmm_simulator$EXEEXT $srcdir/../../msg/msg_platform.xml $srcd
 > [St_Jean:slave:(19) 1.000000] [pmm/INFO] Sensor starting (on port 3000)
 > [Jill:slave:(20) 1.000000] [pmm/INFO] Sensor starting (on port 3000)
 > [Jacquelin:master:(1) 5.082948] [pmm/INFO] Got 19 pals
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Boivin:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Boivin:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Jean_Yves:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Jean_Yves:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to TeX:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to TeX:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Geoff:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Geoff:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Disney:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Disney:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to iRMX:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to iRMX:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to McGee:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to McGee:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Gatien:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Gatien:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Laroche:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Laroche:3000.
 > [Jacquelin:master:(1) 5.082948] [pmm/INFO] Too much slaves. Killing Tanguay:3000
 > [Jacquelin:master:(1) 5.159107] [pmm/INFO] Too much slaves. Killing Morin:3000
 > [Tanguay:slave:(11) 5.159107] [gras/INFO] Exiting GRAS
index 8e42c5b..246ecba 100755 (executable)
@@ -20,24 +20,6 @@ $ $SG_TEST_EXENV ./pmm_simulator$EXEEXT $srcdir/../../msg/msg_platform.xml $srcd
 > [St_Jean:slave:(19) 1.000000] [pmm/INFO] Sensor starting (on port 3000)
 > [Jill:slave:(20) 1.000000] [pmm/INFO] Sensor starting (on port 3000)
 > [Jacquelin:master:(1) 5.082948] [pmm/INFO] Got 19 pals
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Boivin:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Boivin:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Jean_Yves:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Jean_Yves:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to TeX:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to TeX:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Geoff:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Geoff:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Disney:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Disney:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to iRMX:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to iRMX:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to McGee:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to McGee:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Gatien:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Gatien:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connecting to Laroche:3000.
-> [Jacquelin:master:(1) 5.082948] [pmm/INFO] Connected to Laroche:3000.
 > [Jacquelin:master:(1) 5.082948] [pmm/INFO] Too much slaves. Killing Tanguay:3000
 > [Jacquelin:master:(1) 5.159107] [pmm/INFO] Too much slaves. Killing Morin:3000
 > [Tanguay:slave:(11) 5.159107] [gras/INFO] Exiting GRAS