Skip to content

Commit 986cc1b

Browse files
committed
small fixies for alltoall running oob
1 parent a765fcf commit 986cc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_c/IMB_mem_info.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ Header file newly introduced in IMB 3.1
5555
#define CACHE_LINE_SIZE 64 /* default last level cache line size (Bytes) */
5656

5757
#define MEM_UNIT 1073741824 /* Units for memory usage sizes */
58-
#define MAX_MEM_USAGE 1 /* default max. memory (in units MEM_UNIT Bytes) used for message buffers */
58+
#define MAX_MEM_USAGE 2 /* default max. memory (in units MEM_UNIT Bytes) used for message buffers */
5959

6060
#endif

0 commit comments

Comments
 (0)