check-help-strings cleanup
This commit was SVN r32495.
Этот коммит содержится в:
родитель
c3c364a262
Коммит
f24699623f
@ -13,6 +13,8 @@
|
||||
* Copyright (c) 2012 Los Alamos National Security, LLC. All rights
|
||||
* reserved.
|
||||
* Copyright (c) 2013 Intel, Inc. All rights reserved
|
||||
* Copyright (c) 2014 Research Organization for Information Science
|
||||
* and Technology (RIST). All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -166,7 +168,7 @@ int mca_pml_base_select(bool enable_progress_threads,
|
||||
/* Finished querying all components. Check for the bozo case. */
|
||||
|
||||
if( NULL == best_component ) {
|
||||
opal_show_help("help-mca-base.txt", "find-available:none-found", true, "pml");
|
||||
opal_show_help("help-mca-base.txt", "find-available:not-valid", true, "pml");
|
||||
for( i = 0; i < opal_pointer_array_get_size(&mca_pml_base_pml); i++) {
|
||||
char * tmp_val = NULL;
|
||||
tmp_val = (char *) opal_pointer_array_get_item(&mca_pml_base_pml, i);
|
||||
|
@ -154,7 +154,7 @@ int mca_btl_base_select(bool enable_progress_threads,
|
||||
/* Finished querying all components. Check for the bozo case. */
|
||||
|
||||
if (0 == opal_list_get_size(&mca_btl_base_modules_initialized)) {
|
||||
opal_show_help("help-mca-base.txt", "find-available:none-found", true,
|
||||
opal_show_help("help-mca-base.txt", "find-available:not-valid", true,
|
||||
"btl");
|
||||
return OPAL_ERROR;
|
||||
}
|
||||
|
@ -14,6 +14,8 @@
|
||||
* Copyright (c) 2007-2012 Cisco Systems, Inc. All rights reserved.
|
||||
* Copyright (c) 2007-2008 Sun Microsystems, Inc. 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$
|
||||
*
|
||||
@ -197,7 +199,7 @@ int orte_init(int* pargc, char*** pargv, orte_proc_type_t flags)
|
||||
|
||||
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);
|
||||
}
|
||||
|
@ -10,6 +10,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
|
||||
@ -29,7 +31,7 @@ We do not know how to parse this character - please contact the
|
||||
Open MPI help list for assistance.
|
||||
|
||||
#
|
||||
[regex:regex:end-range-missing]
|
||||
[regex:end-range-missing]
|
||||
While trying to parse a regular expression to extract a list
|
||||
of node names, the regex parser could not find the end of a range:
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user