1
1

Merge pull request #8331 from ggouaillardet/topic/pmix_internal

configury: fix --with-pmix=internal
Этот коммит содержится в:
Gilles Gouaillardet 2021-01-04 13:06:06 +09:00 коммит произвёл GitHub
родитель 982949c25e 0c0ab92b66
Коммит e4d0e0cfe5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -14,7 +14,7 @@ dnl Copyright (c) 2009-2019 Cisco Systems, Inc. All rights reserved.
dnl Copyright (c) 2011-2014 Los Alamos National Security, LLC. All rights
dnl reserved.
dnl Copyright (c) 2014-2020 Intel, Inc. All rights reserved.
dnl Copyright (c) 2014-2018 Research Organization for Information Science
dnl Copyright (c) 2014-2021 Research Organization for Information Science
dnl and Technology (RIST). All rights reserved.
dnl Copyright (c) 2016 IBM Corporation. All rights reserved.
dnl Copyright (c) 2020 Triad National Security, LLC. All rights
@ -104,7 +104,7 @@ AC_DEFUN([OPAL_CONFIG_PMIX], [
# unless internal specifically requested by the user, try to find
# an external that works.
external_pmix_happy=0
AS_IF([test "opal_pmix_mode" != "internal"],
AS_IF([test "$opal_pmix_mode" != "internal"],
[_OPAL_CONFIG_PMIX_EXTERNAL(
[external_pmix_happy=1
opal_pmix_mode="external"],