Skip to content

Commit f30e837

Browse files
committed
Increase MPI_REDUCE_BLOCKSIZE 100 fold. Improves NeXus output
stability in massively parallel (>500 core) scenarios.
1 parent e5976ee commit f30e837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/lib/share/mccode-r.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ void destroy_darr3d(DArray3d a);
376376
}
377377

378378
#ifndef MPI_REDUCE_BLOCKSIZE
379-
#define MPI_REDUCE_BLOCKSIZE 1000
379+
#define MPI_REDUCE_BLOCKSIZE 100000
380380
#endif
381381

382382
int mc_MPI_Sum(double* buf, long count);

0 commit comments

Comments
 (0)