1
1
This commit was SVN r25364.
Этот коммит содержится в:
Mike Dubman 2011-10-25 14:02:43 +00:00
родитель c646c93eec
Коммит 9ffeeb69d9
2 изменённых файлов: 5 добавлений и 10 удалений

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

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