1
1
This commit was SVN r18376.
Этот коммит содержится в:
Jeff Squyres 2008-05-05 21:06:07 +00:00
родитель 5ba62469a0
Коммит 4154e587de

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

@ -2105,7 +2105,7 @@ static int request_error(ibcm_listen_cm_id_t *cmh, struct ib_cm_event *event)
opal_show_help("help-mpi-btl-openib-cpc-ibcm.txt",
"ib_cm function error", true,
orte_process_info.nodename,
"ib_cm_send_req", rc, sys_errlist[rc]);
"ib_cm_send_req", rc, strerror(rc));
return OMPI_ERR_UNREACH;
}
opal_output(-1, "Retransmitted IBCM request (CM ID: %p)",