Skip to content

Commit 26a8142

Browse files
committed
pmix/cray: add a bit of debug output
add a bit of debug output to help with pmix finalize issues Signed-off-by: Howard Pritchard <[email protected]>
1 parent 1f2f3db commit 26a8142

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)