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
|
||||
|
||||
[unable to extract endpoint ib address]
|
||||
MXM was unable to read IB settings for endpoint
|
||||
|
||||
Error: %s
|
||||
|
||||
[unable to extract endpoint local address]
|
||||
MXM was unable to read shmem settings for endpoint
|
||||
[unable to extract endpoint address]
|
||||
MXM was unable to read settings for endpoint
|
||||
|
||||
PTL ID: %d
|
||||
Error: %s
|
||||
|
||||
[mxm mq create]
|
||||
@ -61,7 +57,6 @@ Unable to post application send buffer
|
||||
Error: %s
|
||||
|
||||
[error while waiting in send]
|
||||
Unable while waiting in send
|
||||
Error while waiting in send
|
||||
|
||||
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);
|
||||
if (MXM_OK != err) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user