1
1
This commit was SVN r32490.
Этот коммит содержится в:
Gilles Gouaillardet 2014-08-11 03:19:01 +00:00
родитель e819a45cee
Коммит 03fbd9a12d
2 изменённых файлов: 7 добавлений и 3 удалений

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

@ -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;