1
1

Merge pull request #7881 from cniethammer/uct-supported-version-update

v4.1.x: Accept UCX 1.8 in configure of btl/uct
Этот коммит содержится в:
Jeff Squyres 2020-07-06 07:34:17 -04:00 коммит произвёл GitHub
родитель a878569386 ad1d427d60
Коммит 13b7844513
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -6,7 +6,7 @@
# Copyright (c) 2004-2005 The University of Tennessee and The University # Copyright (c) 2004-2005 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights # of Tennessee Research Foundation. All rights
# reserved. # reserved.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, # Copyright (c) 2004-2020 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved. # University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2006 The Regents of the University of California. # Copyright (c) 2004-2006 The Regents of the University of California.
# All rights reserved. # All rights reserved.
@ -52,7 +52,7 @@ dnl
fi fi
max_allowed_uct_major=1 max_allowed_uct_major=1
max_allowed_uct_minor=7 max_allowed_uct_minor=8
if test "$btl_uct_happy" = "yes" && test "$enable_uct_version_check" != "no"; then if test "$btl_uct_happy" = "yes" && test "$enable_uct_version_check" != "no"; then
AC_MSG_CHECKING([UCT version compatibility]) AC_MSG_CHECKING([UCT version compatibility])
OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save]) OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save])