diff --git a/src/scr_conf.h b/src/scr_conf.h index cf40c352..278b0d43 100644 --- a/src/scr_conf.h +++ b/src/scr_conf.h @@ -143,12 +143,12 @@ /* buffer size to use for MPI send / recv operations */ #ifndef SCR_MPI_BUF_SIZE -#define SCR_MPI_BUF_SIZE (1024*1024) +#define SCR_MPI_BUF_SIZE (1*1024*1024) #endif /* buffer size to use for file I/O operations */ #ifndef SCR_FILE_BUF_SIZE -#define SCR_FILE_BUF_SIZE (1024*1024*32) +#define SCR_FILE_BUF_SIZE (32*1024*1024) #endif /* whether file metadata should also be copied */