Skip to content

Commit 4fadfb4

Browse files
committed
v3.1.x: pmix/ext2x: fixed detection PMIx v2.0 by pmix component
Corresponds to 39c9cb1 Signed-off-by: Boris Karasev <[email protected]>
1 parent 0316e7b commit 4fadfb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/mca/pmix/pmix2x/pmix2x_component.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ static int external_component_query(mca_base_module_t **module, int *priority)
119119

120120
/* see if a PMIx server is present */
121121
if (NULL != (t = getenv("PMIX_SERVER_URI")) ||
122+
NULL != (t = getenv("PMIX_SERVER_URI2")) ||
122123
NULL != (id = getenv("PMIX_ID"))) {
123124
/* if PMIx is present, then we are a client and need to use it */
124125
*priority = 100;

0 commit comments

Comments
 (0)