diff --git a/common/lib/share/mccode-r.h.in b/common/lib/share/mccode-r.h.in index 879ce0b66..d5348e208 100644 --- a/common/lib/share/mccode-r.h.in +++ b/common/lib/share/mccode-r.h.in @@ -376,7 +376,7 @@ void destroy_darr3d(DArray3d a); } #ifndef MPI_REDUCE_BLOCKSIZE -#define MPI_REDUCE_BLOCKSIZE 1000 +#define MPI_REDUCE_BLOCKSIZE 100000 #endif int mc_MPI_Sum(double* buf, long count);