Skip to content

Commit

Permalink
style: move count value to left of units
Browse files Browse the repository at this point in the history
  • Loading branch information
adammoody committed Mar 11, 2022
1 parent ff168c1 commit 7de9629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scr_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7de9629

Please sign in to comment.