We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25a3465 + 2623cf6 commit b3559a4Copy full SHA for b3559a4
opal/mca/pmix/cray/pmix_cray.c
@@ -558,17 +558,22 @@ static int cray_fini(void) {
558
}
559
560
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
566
PMI2_Finalize();
- }
567
- if (NULL != pmix_kvs_name) {
- free(pmix_kvs_name);
- pmix_kvs_name = NULL;
568
+ if (NULL != pmix_kvs_name) {
569
+ free(pmix_kvs_name);
570
+ pmix_kvs_name = NULL;
571
+ }
572
- if (NULL != pmix_lranks) {
- free(pmix_lranks);
- pmix_lranks = NULL;
573
+ if (NULL != pmix_lranks) {
574
+ free(pmix_lranks);
575
+ pmix_lranks = NULL;
576
577
578
579
return OPAL_SUCCESS;
0 commit comments