Skip to content

Commit ffbf973

Browse files
committed
btl/vader: disable SGI UV xpmem for now
This commit allows master to build again on SGI UV systems. Fixes #322
1 parent f6da257 commit ffbf973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/btl/vader/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AC_DEFUN([OPAL_CHECK_XPMEM], [
2323
AC_ARG_WITH([xpmem],
2424
[AC_HELP_STRING([--with-xpmem(=DIR)],
2525
[Build with XPMEM kernel module support, searching for headers in DIR])])
26-
OPAL_CHECK_WITHDIR([xpmem], [$with_xpmem], [include/xpmem.h include/sn/xpmem.h])
26+
OPAL_CHECK_WITHDIR([xpmem], [$with_xpmem], [include/xpmem.h])
2727

2828
AC_ARG_WITH([xpmem-libdir],
2929
[AC_HELP_STRING([--with-xpmem-libdir=DIR],
@@ -41,7 +41,7 @@ AC_DEFUN([OPAL_CHECK_XPMEM], [
4141
opal_check_xpmem_libdir="$with_xpmem_libdir"
4242
fi
4343

44-
OPAL_CHECK_PACKAGE([$1],[xpmem.h sn/xpmem.h],[xpmem],[xpmem_make],[],
44+
OPAL_CHECK_PACKAGE([$1],[xpmem.h],[xpmem],[xpmem_make],[],
4545
[$opal_check_xpmem_dir],[$opal_check_xpmem_libdir], [opal_check_xpmem_happy="yes"], [])
4646

4747
if test "$opal_check_xpmem_happy" = "no" -a -n "$with_xpmem" -a "$with_xpmem" != "yes" ; then

0 commit comments

Comments
 (0)