Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove few tests which may never finish, and change one that used too much stack...
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / sendmany.c
index 62007a4..7d6c6a8 100644 (file)
@@ -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