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.
1 parent 6b90b03 commit e396b17Copy full SHA for e396b17
orte/orted/orted_main.c
@@ -17,7 +17,7 @@
17
* et Automatique. All rights reserved.
18
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
19
* Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
20
- * Copyright (c) 2015-2016 Research Organization for Information Science
+ * Copyright (c) 2015-2017 Research Organization for Information Science
21
* and Technology (RIST). All rights reserved.
22
* $COPYRIGHT$
23
*
@@ -879,6 +879,7 @@ int orte_daemon(int argc, char *argv[])
879
880
/* cleanup and leave */
881
orte_finalize();
882
+ opal_finalize_util();
883
884
if (orte_debug_flag) {
885
fprintf(stderr, "exiting with status %d\n", orte_exit_status);
0 commit comments