ompi/pmix: fix misc OPAL function calls
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
родитель
e0e924c4ed
Коммит
69d136ae5e
@ -10,6 +10,8 @@
|
|||||||
* Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
|
* Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
|
||||||
* Copyright (c) 2018 Triad National Security, LLC. All rights
|
* Copyright (c) 2018 Triad National Security, LLC. All rights
|
||||||
* reserved.
|
* reserved.
|
||||||
|
* Copyright (c) 2019 Research Organization for Information Science
|
||||||
|
* and Technology (RIST). All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*/
|
*/
|
||||||
#include "ompi_config.h"
|
#include "ompi_config.h"
|
||||||
@ -758,12 +760,12 @@ int ompi_rte_init(int *pargc, char ***pargv)
|
|||||||
return OPAL_SUCCESS;
|
return OPAL_SUCCESS;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
opal_show_help_finalize();
|
|
||||||
if (OPAL_ERR_SILENT != ret ) {
|
if (OPAL_ERR_SILENT != ret ) {
|
||||||
opal_show_help("help-ompi-rte-pmix.txt",
|
opal_show_help("help-ompi-rte-pmix.txt",
|
||||||
"internal-failure",
|
"internal-failure",
|
||||||
true, error, opal_strerror(ret), ret);
|
true, error, opal_strerror(ret), ret);
|
||||||
}
|
}
|
||||||
|
opal_finalize();
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user