Skip to content

Commit 90c1f4b

Browse files
authored
Merge pull request #13226 from jsquyres/pr/v5.0.x/fix-prte-internal-cli-option
v5.0.x: configure: --with-prrte=internal would be ignored
2 parents 13dc357 + 23f388f commit 90c1f4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/ompi_setup_prrte.m4

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dnl Copyright (c) 2020-2022 Amazon.com, Inc. or its affiliates. All Rights rese
2020
dnl Copyright (c) 2021 Nanook Consulting. All rights reserved.
2121
dnl Copyright (c) 2021-2022 IBM Corporation. All rights reserved.
2222
dnl Copyright (c) 2023-2024 Jeffrey M. Squyres. All rights reserved.
23+
dnl Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.
2324
dnl $COPYRIGHT$
2425
dnl
2526
dnl Additional copyrights may follow
@@ -85,7 +86,7 @@ OPAL_VAR_SCOPE_PUSH([prrte_setup_internal_happy prrte_setup_external_happy targe
8586
# unless internal specifically requested by the user, try to find
8687
# an external that works.
8788
prrte_setup_external_happy=0
88-
AS_IF([test "$opal_prrte_mode" != "internal" -o "$opal_prrte_mode" != "disabled"],
89+
AS_IF([test "$opal_prrte_mode" != "internal" -a "$opal_prrte_mode" != "disabled"],
8990
[_OMPI_SETUP_PRRTE_EXTERNAL(
9091
[prrte_setup_external_happy=1
9192
opal_prrte_mode="external"],

0 commit comments

Comments
 (0)