1
1

Fix orte_show_help message type error.

This commit was SVN r22321.
Этот коммит содержится в:
Vasily Filipov 2009-12-16 14:11:43 +00:00
родитель 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) {
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,
ibv_get_device_name(openib_btl->device->ib_dev));
return OMPI_ERROR;