fix help message
This commit was SVN r25364.
Этот коммит содержится в:
родитель
c646c93eec
Коммит
9ffeeb69d9
@ -20,14 +20,10 @@ active on the node and the hardware is functioning.
|
|||||||
|
|
||||||
Error: %s
|
Error: %s
|
||||||
|
|
||||||
[unable to extract endpoint ib address]
|
[unable to extract endpoint address]
|
||||||
MXM was unable to read IB settings for endpoint
|
MXM was unable to read settings for endpoint
|
||||||
|
|
||||||
Error: %s
|
|
||||||
|
|
||||||
[unable to extract endpoint local address]
|
|
||||||
MXM was unable to read shmem settings for endpoint
|
|
||||||
|
|
||||||
|
PTL ID: %d
|
||||||
Error: %s
|
Error: %s
|
||||||
|
|
||||||
[mxm mq create]
|
[mxm mq create]
|
||||||
@ -61,7 +57,6 @@ Unable to post application send buffer
|
|||||||
Error: %s
|
Error: %s
|
||||||
|
|
||||||
[error while waiting in send]
|
[error while waiting in send]
|
||||||
Unable while waiting in send
|
Error while waiting in send
|
||||||
|
|
||||||
Error: %s
|
Error: %s
|
||||||
|
|
@ -82,7 +82,7 @@ static int ompi_mtl_mxm_get_ep_address(ompi_mtl_mxm_ep_conn_info_t *ep_info, mxm
|
|||||||
(struct sockaddr *) &ep_info->ptl_addr[ptlid], &addrlen);
|
(struct sockaddr *) &ep_info->ptl_addr[ptlid], &addrlen);
|
||||||
if (MXM_OK != err) {
|
if (MXM_OK != err) {
|
||||||
orte_show_help("help-mtl-mxm.txt", "unable to extract endpoint address",
|
orte_show_help("help-mtl-mxm.txt", "unable to extract endpoint address",
|
||||||
true, mxm_error_string(err));
|
true, (int)ptlid, mxm_error_string(err));
|
||||||
return OMPI_ERROR;
|
return OMPI_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user