Skip to content

Commit 550e8c4

Browse files
authored
Merge pull request #3842 from hppritcha/topic/fix_cray_pmix_problem
pmix/cray: add a bit of debug output
2 parents ff2dd69 + 26a8142 commit 550e8c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

opal/mca/pmix/cray/pmix_cray.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,11 @@ static int cray_fini(void) {
558558
}
559559

560560
if (0 == --pmix_init_count) {
561+
562+
opal_output_verbose(10, opal_pmix_base_framework.framework_output,
563+
"%s pmix:cray: calling PMI2_Finalize",
564+
OPAL_NAME_PRINT(pmix_pname));
565+
561566
PMI2_Finalize();
562567

563568
if (NULL != pmix_kvs_name) {

0 commit comments

Comments
 (0)