File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 12
12
* Copyright (c) 2009 Institut National de Recherche en Informatique
13
13
* et Automatique. All rights reserved.
14
14
* 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
16
16
* reserved.
17
17
* Copyright (c) 2013-2018 Intel, Inc. All rights reserved.
18
18
* Copyright (c) 2017 IBM Corporation. All rights reserved.
@@ -675,6 +675,8 @@ int orte_ess_base_orted_finalize(void)
675
675
(void ) mca_base_framework_close (& orte_plm_base_framework );
676
676
/* make sure our local procs are dead */
677
677
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 );
678
680
(void ) mca_base_framework_close (& orte_rtc_base_framework );
679
681
(void ) mca_base_framework_close (& orte_odls_base_framework );
680
682
(void ) mca_base_framework_close (& orte_routed_base_framework );
You can’t perform that action at this time.
0 commit comments