1
1

Merge pull request #5305 from karasevb/fix_pmix_component

pmix/ext2x: fixed detection PMIx v2.0 by pmix component
Этот коммит содержится в:
Ralph Castain 2018-06-20 05:41:46 -07:00 коммит произвёл GitHub
родитель 6a504a1544 39c9cb12bb
Коммит 4bd745940e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -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;