Merge pull request #5305 from karasevb/fix_pmix_component
pmix/ext2x: fixed detection PMIx v2.0 by pmix component
Этот коммит содержится в:
Коммит
4bd745940e
@ -145,6 +145,7 @@ static int external_component_query(mca_base_module_t **module, int *priority)
|
||||
|
||||
/* see if a PMIx server is present */
|
||||
if (NULL != (t = getenv("PMIX_SERVER_URI")) ||
|
||||
NULL != (t = getenv("PMIX_SERVER_URI2")) ||
|
||||
NULL != (id = getenv("PMIX_ID"))) {
|
||||
/* if PMIx is present, then we are a client and need to use it */
|
||||
*priority = 100;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user