Skip to content

Commit 88ac05f

Browse files
ggouaillardetrhc54
authored andcommitted
misc fixes
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent 125d236 commit 88ac05f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

opal/runtime/opal_init.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,5 @@ opal_init(int* pargc, char*** pargv)
589589
return opal_init_error ("opal_compress_base_select", ret);
590590
}
591591

592-
opal_finalize_pop_domain ();
593-
594592
return OPAL_SUCCESS;
595593
}

orte/mca/ess/base/ess_base_std_orted.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ int orte_ess_base_orted_finalize(void)
621621
(void) mca_base_framework_close(&orte_plm_base_framework);
622622
/* make sure our local procs are dead */
623623
orte_odls.kill_local_procs(NULL);
624+
(void) mca_base_framework_close(&orte_rmaps_base_framework);
624625
(void) mca_base_framework_close(&orte_rtc_base_framework);
625626
(void) mca_base_framework_close(&orte_odls_base_framework);
626627
(void) mca_base_framework_close(&orte_routed_base_framework);

0 commit comments

Comments
 (0)