Skip to content

Commit be0f0d3

Browse files
authored
Merge pull request #5697 from jsquyres/pr/v3.0.x/xpmem-configure-output-fix
v3.0.x: Fix output of XPMEM detection in configure summary
2 parents 1235ba5 + 0903f64 commit be0f0d3

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)