1
1

Merge pull request #3842 from hppritcha/topic/fix_cray_pmix_problem

pmix/cray: add a bit of debug output
Этот коммит содержится в:
Howard Pritchard 2017-07-11 08:29:56 -06:00 коммит произвёл GitHub
родитель ff2dd69533 26a8142c97
Коммит 550e8c4afe

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

@ -558,6 +558,11 @@ static int cray_fini(void) {
}
if (0 == --pmix_init_count) {
opal_output_verbose(10, opal_pmix_base_framework.framework_output,
"%s pmix:cray: calling PMI2_Finalize",
OPAL_NAME_PRINT(pmix_pname));
PMI2_Finalize();
if (NULL != pmix_kvs_name) {