pml_base: fix errant show_help message
Этот коммит содержится в:
родитель
45e7c7fd60
Коммит
46a1722dfc
@ -13,6 +13,7 @@
|
|||||||
* Copyright (c) 2012 Los Alamos National Security, LLC. All rights
|
* Copyright (c) 2012 Los Alamos National Security, LLC. All rights
|
||||||
* reserved.
|
* reserved.
|
||||||
* Copyright (c) 2013-2014 Intel, Inc. All rights reserved
|
* Copyright (c) 2013-2014 Intel, Inc. All rights reserved
|
||||||
|
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -166,7 +167,10 @@ int mca_pml_base_select(bool enable_progress_threads,
|
|||||||
/* Finished querying all components. Check for the bozo case. */
|
/* Finished querying all components. Check for the bozo case. */
|
||||||
|
|
||||||
if( NULL == best_component ) {
|
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:none found",
|
||||||
|
true, "pml",
|
||||||
|
opal_process_info.nodename,
|
||||||
|
"pml");
|
||||||
for( i = 0; i < opal_pointer_array_get_size(&mca_pml_base_pml); i++) {
|
for( i = 0; i < opal_pointer_array_get_size(&mca_pml_base_pml); i++) {
|
||||||
char * tmp_val = NULL;
|
char * tmp_val = NULL;
|
||||||
tmp_val = (char *) opal_pointer_array_get_item(&mca_pml_base_pml, i);
|
tmp_val = (char *) opal_pointer_array_get_item(&mca_pml_base_pml, i);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user