From: mquinson Date: Fri, 26 Nov 2010 09:37:17 +0000 (+0000) Subject: temporarly reduce the example size until it gets debugged in SG X-Git-Tag: v3_5~167 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c41fa45e6ede68362ce9e390016e3262a624da89?hp=a791d13c753628d2e96366cb33d765448d86a2aa temporarly reduce the example size until it gets debugged in SG git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8663 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/pmm/pmm.c b/examples/gras/pmm/pmm.c index 0ad4e9884d..624eb3bca6 100644 --- a/examples/gras/pmm/pmm.c +++ b/examples/gras/pmm/pmm.c @@ -10,7 +10,7 @@ #include "xbt/matrix.h" #include "amok/peermanagement.h" -#define PROC_MATRIX_SIZE 3 +#define PROC_MATRIX_SIZE 2 #define NEIGHBOR_COUNT PROC_MATRIX_SIZE - 1 #define SLAVE_COUNT (PROC_MATRIX_SIZE*PROC_MATRIX_SIZE) @@ -415,6 +415,7 @@ int slave(int argc, char *argv[]) gras_os_sleep(0.5); } } + INFO2("Connected to master: %s:%d",gras_socket_peer_name(master),gras_socket_peer_port(master)); /* Join and run the group */ rank = amok_pm_group_join(master, "pmm"); diff --git a/examples/gras/pmm/pmm.xml b/examples/gras/pmm/pmm.xml index 69e2ab2d40..687aa8e567 100644 --- a/examples/gras/pmm/pmm.xml +++ b/examples/gras/pmm/pmm.xml @@ -10,9 +10,10 @@ - +