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 e0e924c commit 69d136aCopy full SHA for 69d136a
ompi/mca/rte/pmix/rte_pmix_module.c
@@ -10,6 +10,8 @@
10
* Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
11
* Copyright (c) 2018 Triad National Security, LLC. All rights
12
* reserved.
13
+ * Copyright (c) 2019 Research Organization for Information Science
14
+ * and Technology (RIST). All rights reserved.
15
* $COPYRIGHT$
16
*/
17
#include "ompi_config.h"
@@ -758,12 +760,12 @@ int ompi_rte_init(int *pargc, char ***pargv)
758
760
return OPAL_SUCCESS;
759
761
762
error:
- opal_show_help_finalize();
763
if (OPAL_ERR_SILENT != ret ) {
764
opal_show_help("help-ompi-rte-pmix.txt",
765
"internal-failure",
766
true, error, opal_strerror(ret), ret);
767
}
768
+ opal_finalize();
769
return ret;
770
771
0 commit comments