Skip to content

Commit 26193ae

Browse files
committed
btl/openib: disable XRC by default
Change the default enable configure option XRC to disabled. If a user want's to give it a try they have to explicitly ask for it. Modify the configury help message to indicate it is not enabled by default. Related to #3890 Fixes #3969 Signed-off-by: Howard Pritchard <[email protected]>
1 parent 9d3dcc9 commit 26193ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/opal_check_openfabrics.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ AC_DEFUN([OPAL_CHECK_OPENFABRICS_CM_ARGS],[
305305
#
306306
AC_ARG_ENABLE([openib-connectx-xrc],
307307
[AC_HELP_STRING([--enable-openib-connectx-xrc],
308-
[Enable ConnectX XRC support in the openib BTL. If you do not have InfiniBand ConnectX adapters, you may disable the ConnectX XRC support. If you do not know which InfiniBand adapter is installed on your cluster, leave this option enabled (default: enabled)])],
309-
[enable_connectx_xrc="$enableval"], [enable_connectx_xrc="yes"])
308+
[Enable ConnectX XRC support in the openib BTL. (default: disabled)])],
309+
[enable_connectx_xrc="$enableval"], [enable_connectx_xrc="no"])
310310
#
311311
# Unconnect Datagram (UD) based connection manager
312312
#

0 commit comments

Comments
 (0)