Skip to content

Commit f742f28

Browse files
author
Sergey Oblomov
committed
OSHMEM/SEGMENTS: increase number of max segments
- increase number of max segments to allow application be launched on some Ubuntu configurations Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
1 parent dc0d6a5 commit f742f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshmem/mca/memheap/base/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ OSHMEM_DECLSPEC int mca_memheap_base_select(void);
4141
extern int mca_memheap_base_already_opened;
4242
extern int mca_memheap_base_key_exchange;
4343

44-
#define MCA_MEMHEAP_MAX_SEGMENTS 8
44+
#define MCA_MEMHEAP_MAX_SEGMENTS 32
4545
#define HEAP_SEG_INDEX 0
4646
#define MCA_MEMHEAP_SEG_COUNT 2
4747

0 commit comments

Comments
 (0)