Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop trying to build on native WIN32, it's broken anyway
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / manylmt.c
index 711f2d6bf9dee260a2d0b803a3a8b718e275f950..db321411b334d0f5c1e0bc24193039c168e12207 100644 (file)
@@ -19,7 +19,7 @@
 #include <mpi.h>
 
 #define N_TRY 32
-#define BLKSIZE (10*1024*1024)
+#define BLKSIZE (5*1024*1024)
 
 int main(int argc, char *argv[])
 {