X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fdc6dea15db78be7d8bafa8b574b2dd87f0b99a..9f321cc72a6b68b9edaf7322b9bba451e84245dd:/teshsuite/smpi/mpich-test/pt2pt/sendmany.c?ds=sidebyside 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