check-help-strings cleanup
This commit was SVN r32490.
Этот коммит содержится в:
родитель
e819a45cee
Коммит
03fbd9a12d
@ -1,6 +1,8 @@
|
||||
/*
|
||||
* Copyright (c) 2013 Mellanox Technologies, Inc.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2014 Research Organization for Information Science
|
||||
* and Technology (RIST). All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -136,7 +138,7 @@ int mca_spml_base_select(bool enable_progress_threads, bool enable_mpi_threads)
|
||||
/* Finished querying all components. Check for the bozo case. */
|
||||
|
||||
if (NULL == best_component) {
|
||||
opal_show_help("help-shmem-mca.txt",
|
||||
opal_show_help("help-oshmem-memheap.txt",
|
||||
"find-available:none-found",
|
||||
true,
|
||||
"spml");
|
||||
|
@ -1,6 +1,8 @@
|
||||
/*
|
||||
* Copyright (c) 2013 Mellanox Technologies, Inc.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2014 Research Organization for Information Science
|
||||
* and Technology (RIST). All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -64,8 +66,8 @@ static int spml_ikrit_get_ep_address(spml_ikrit_mxm_ep_conn_info_t *ep_info,
|
||||
(struct sockaddr *) &ep_info->addr.ptl_addr[ptlid],
|
||||
&addrlen);
|
||||
if (MXM_OK != err) {
|
||||
orte_show_help("help-spml-ikrit.txt",
|
||||
"unable to extract endpoint address",
|
||||
orte_show_help("help-oshmem-spml-ikrit.txt",
|
||||
"unable to get endpoint address",
|
||||
true,
|
||||
mxm_error_string(err));
|
||||
return OSHMEM_ERROR;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user