1
1

Disabling IBCM support by default.

The component still is not stable.

This commit was SVN r19609.
Этот коммит содержится в:
Pavel Shamis 2008-09-23 15:57:55 +00:00
родитель e64b79f30f
Коммит bd09bbf851

Просмотреть файл

@ -52,8 +52,8 @@ AC_DEFUN([OMPI_CHECK_OPENIB],[
#
AC_ARG_ENABLE([openib-ibcm],
[AC_HELP_STRING([--enable-openib-ibcm],
[Enable Open Fabrics IBCM support in openib BTL (default: enabled)])],
[enable_openib_ibcm="$enableval"], [enable_openib_ibcm="yes"])
[Enable Open Fabrics IBCM support in openib BTL (default: disabled)])],
[enable_openib_ibcm="$enableval"], [enable_openib_ibcm="no"])
#
# Openfabrics RDMACM
#