diff --git a/oshmem/mca/spml/base/spml_base_select.c b/oshmem/mca/spml/base/spml_base_select.c index 0d31c5d831..36183a90f2 100644 --- a/oshmem/mca/spml/base/spml_base_select.c +++ b/oshmem/mca/spml/base/spml_base_select.c @@ -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"); diff --git a/oshmem/mca/spml/ikrit/spml_ikrit.c b/oshmem/mca/spml/ikrit/spml_ikrit.c index 67ea47da79..8eae93b31a 100644 --- a/oshmem/mca/spml/ikrit/spml_ikrit.c +++ b/oshmem/mca/spml/ikrit/spml_ikrit.c @@ -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;