strerror() is much better.
This commit was SVN r18376.
Этот коммит содержится в:
родитель
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)",
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user