Skip to content

Commit f2c5b2d

Browse files
authored
Merge pull request #7373 from hoopoepg/topic/oshmem-inc-max-segments
OSHMEM/SEGMENTS: increase number of max segments
2 parents 3224329 + f742f28 commit f2c5b2d

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)