1
1
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
Ralph Castain 2017-08-08 06:10:14 -07:00
родитель 04ed29ceac
Коммит 53c9270af7
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -80,6 +80,7 @@ int pmix2x_client_init(opal_list_t *ilist)
}
/* check the evars for a mismatch */
if (OPAL_SUCCESS != (dbg = opal_pmix_pmix2x_check_evars())) {
OPAL_PMIX_RELEASE_THREAD(&opal_pmix_base.lock);
return dbg;
}
}

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

@ -110,6 +110,7 @@ int pmix2x_server_init(opal_pmix_server_module_t *module,
}
/* check the evars for a mismatch */
if (OPAL_SUCCESS != (dbg = opal_pmix_pmix2x_check_evars())) {
OPAL_PMIX_RELEASE_THREAD(&opal_pmix_base.lock);
return dbg;
}
}