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

Commit 5298108

Browse files
committed
configury: fix XRC detection on OFED < 3.12
Thanks Paul Hargrove for the report (cherry picked from commit open-mpi/ompi@9a49d42)
1 parent bd28f7c commit 5298108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_check_openfabrics.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ AC_DEFUN([OPAL_CHECK_OPENFABRICS],[
152152
# ibv_cmd_open_xrcd (aka XRC Domains) was added in OFED 3.12
153153
if test "$enable_connectx_xrc" = "yes"; then
154154
$1_have_xrc=1
155-
AC_CHECK_FUNCS([ibv_create_xrc_rcv_qp ibv_cmd_open_xrcd],
155+
AC_CHECK_FUNCS([ibv_create_xrc_rcv_qp],
156156
[], [$1_have_xrc=0])
157157
AC_CHECK_DECLS([IBV_SRQT_XRC],
158158
[], [$1_have_xrc=0],

0 commit comments

Comments
 (0)