1
1
This commit was SVN r32492.
Этот коммит содержится в:
Gilles Gouaillardet 2014-08-11 03:20:37 +00:00
родитель b565e69b86
Коммит d139f75db4
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -13,6 +13,8 @@
* Copyright (c) 2011-2012 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -314,7 +316,7 @@ int orte_ess_base_proc_binding(void)
error:
if (ORTE_ERR_SILENT != ret) {
orte_show_help("help-orte-runtime",
orte_show_help("help-orte-runtime.txt",
"orte_init:startup:internal-failure",
true, error, ORTE_ERROR_NAME(ret), ret);
}

Просмотреть файл

@ -9,6 +9,8 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -60,7 +62,7 @@ int orte_ess_base_std_prolog(void)
return ORTE_SUCCESS;
error:
orte_show_help("help-orte-runtime",
orte_show_help("help-orte-runtime.txt",
"orte_init:startup:internal-failure",
true, error, ORTE_ERROR_NAME(ret), ret);