Fix orte_show_help message type error.
This commit was SVN r22321.
Этот коммит содержится в:
родитель
e73274f9a9
Коммит
897b7c0aa8
@ -245,7 +245,7 @@ static int btl_openib_async_srq_limit_event(struct ibv_srq* srq,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(qp >= mca_btl_openib_component.num_qps) {
|
if(qp >= mca_btl_openib_component.num_qps) {
|
||||||
orte_show_help("help-mpi-btl-openib.txt", "SRQ doesn't found",
|
orte_show_help("help-mpi-btl-openib.txt", "SRQ not found",
|
||||||
true,orte_process_info.nodename,
|
true,orte_process_info.nodename,
|
||||||
ibv_get_device_name(openib_btl->device->ib_dev));
|
ibv_get_device_name(openib_btl->device->ib_dev));
|
||||||
return OMPI_ERROR;
|
return OMPI_ERROR;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user