X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a286e57018d2ef03257affb9fe1e73e0b8d08a3d..9f321cc72a6b68b9edaf7322b9bba451e84245dd:/teshsuite/smpi/mpich-test/pt2pt/sendmany.c diff --git a/teshsuite/smpi/mpich-test/pt2pt/sendmany.c b/teshsuite/smpi/mpich-test/pt2pt/sendmany.c index 62007a436c..7d6c6a8bb3 100644 --- a/teshsuite/smpi/mpich-test/pt2pt/sendmany.c +++ b/teshsuite/smpi/mpich-test/pt2pt/sendmany.c @@ -10,8 +10,8 @@ #include "protofix.h" #endif -#define MAXPES 32 -#define MYBUFSIZE 16*1024 +#define MAXPES 16 +#define MYBUFSIZE 8*1024 static int buffer[MAXPES][MYBUFSIZE]; #define NUM_RUNS 10