Skip to content

Commit 0903f64

Browse files
Moritz Kreutzerjsquyres
authored andcommitted
Fix output of XPMEM detection in configure summary
Signed-off-by: Moritz Kreutzer <[email protected]> Refs #5377 (cherry picked from commit d0a770c)
1 parent 1235ba5 commit 0903f64

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)