From f742f289ea32a0f3dfe5f769fb318213f1a74c37 Mon Sep 17 00:00:00 2001 From: Sergey Oblomov Date: Fri, 7 Feb 2020 15:08:30 +0200 Subject: [PATCH] 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 --- oshmem/mca/memheap/base/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oshmem/mca/memheap/base/base.h b/oshmem/mca/memheap/base/base.h index ec84d4c734..1140e99d52 100644 --- a/oshmem/mca/memheap/base/base.h +++ b/oshmem/mca/memheap/base/base.h @@ -41,7 +41,7 @@ OSHMEM_DECLSPEC int mca_memheap_base_select(void); extern int mca_memheap_base_already_opened; extern int mca_memheap_base_key_exchange; -#define MCA_MEMHEAP_MAX_SEGMENTS 8 +#define MCA_MEMHEAP_MAX_SEGMENTS 32 #define HEAP_SEG_INDEX 0 #define MCA_MEMHEAP_SEG_COUNT 2