Skip to content

Commit 4cc8dd4

Browse files
authored
Merge pull request #5313 from karasevb/3.1_fix_pmix_component
v3.1.x: pmix/ext2x: fixed detection PMIx v2.0 by pmix component
2 parents ce65a43 + 4fadfb4 commit 4cc8dd4

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)