Skip to content

Commit 3a4a1f9

Browse files
authored
Merge pull request #6239 from hppritcha/topic/swat_orte_shutdown_mca_issue
orte: shutdown
2 parents 0dc0d77 + b46e155 commit 3a4a1f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

orte/mca/ess/base/ess_base_std_orted.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Copyright (c) 2009 Institut National de Recherche en Informatique
1313
* et Automatique. All rights reserved.
1414
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
15-
* Copyright (c) 2011-2013 Los Alamos National Security, LLC. All rights
15+
* Copyright (c) 2011-2019 Los Alamos National Security, LLC. All rights
1616
* reserved.
1717
* Copyright (c) 2013-2018 Intel, Inc. All rights reserved.
1818
* Copyright (c) 2017 IBM Corporation. All rights reserved.
@@ -675,6 +675,8 @@ int orte_ess_base_orted_finalize(void)
675675
(void) mca_base_framework_close(&orte_plm_base_framework);
676676
/* make sure our local procs are dead */
677677
orte_odls.kill_local_procs(NULL);
678+
(void) mca_base_framework_close(&orte_regx_base_framework);
679+
(void) mca_base_framework_close(&orte_rmaps_base_framework);
678680
(void) mca_base_framework_close(&orte_rtc_base_framework);
679681
(void) mca_base_framework_close(&orte_odls_base_framework);
680682
(void) mca_base_framework_close(&orte_routed_base_framework);

0 commit comments

Comments
 (0)