Skip to content

Commit 2339a4b

Browse files
authored
Merge pull request #5698 from jsquyres/pr/v3.1.x/xpmem-configure-output-fix
v3.1.x: Fix output of XPMEM detection in configure summary
2 parents 5cab4b6 + 3326676 commit 2339a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_check_xpmem.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ AC_DEFUN([OPAL_CHECK_XPMEM], [
101101
fi
102102
fi
103103
104-
OPAL_SUMMARY_ADD([[Transports]],[[Shared memory/XPMEM]],[$1],[$opal_check_cray_xpmem_happy])
104+
OPAL_SUMMARY_ADD([[Transports]],[[Shared memory/XPMEM]],[$1],[$opal_check_xpmem_happy])
105105
fi
106106
107107
AS_IF([test "$opal_check_xpmem_happy" = "yes"], [

0 commit comments

Comments
 (0)