Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit b90b83d

Browse files
committed
memory: give linux same priority as patcher component
This commit ensures that is --with-memory-manager=linux is specified then the linux memory component is actually enabled. The lower priority was preventing this. Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 89bd919 commit b90b83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/memory/linux/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
# $HEADER$
2121
#
22-
AC_DEFUN([MCA_opal_memory_linux_PRIORITY], [40])
22+
AC_DEFUN([MCA_opal_memory_linux_PRIORITY], [41])
2323

2424
AC_DEFUN([MCA_opal_memory_linux_COMPILE_MODE], [
2525
AC_MSG_CHECKING([for MCA component $2:$3 compile mode])

0 commit comments

Comments
 (0)