1
1

Oops -- missed one sys_errlist -> strerror().

This commit was SVN r18378.
Этот коммит содержится в:
Jeff Squyres 2008-05-06 13:22:36 +00:00
родитель 40904dd152
Коммит a06d4023b8

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

@ -2144,7 +2144,7 @@ static int reply_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_rep", rc, sys_errlist[rc]);
"ib_cm_send_rep", rc, strerror(rc));
return OMPI_ERR_UNREACH;
}
opal_output(-1, "Retransmitted IBCM reply (CM ID: %p)",