Skip to content

Commit 7de9629

Browse files
committed
style: move count value to left of units
1 parent ff168c1 commit 7de9629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scr_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@
143143

144144
/* buffer size to use for MPI send / recv operations */
145145
#ifndef SCR_MPI_BUF_SIZE
146-
#define SCR_MPI_BUF_SIZE (1024*1024)
146+
#define SCR_MPI_BUF_SIZE (1*1024*1024)
147147
#endif
148148

149149
/* buffer size to use for file I/O operations */
150150
#ifndef SCR_FILE_BUF_SIZE
151-
#define SCR_FILE_BUF_SIZE (1024*1024*32)
151+
#define SCR_FILE_BUF_SIZE (32*1024*1024)
152152
#endif
153153

154154
/* whether file metadata should also be copied */

0 commit comments

Comments
 (0)