From c41fa45e6ede68362ce9e390016e3262a624da89 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 26 Nov 2010 09:37:17 +0000 Subject: [PATCH] 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 --- examples/gras/pmm/pmm.c | 3 ++- examples/gras/pmm/pmm.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 @@ - + -- 2.20.1