checking for max_inline_data == 0 as an error condition is not valid,, so
don't do it.. This commit was SVN r11132.
Этот коммит содержится в:
родитель
13dd02a9f4
Коммит
c93711cfdb
@ -945,9 +945,7 @@ int mca_btl_openib_endpoint_create_qp(
|
|||||||
return OMPI_ERROR;
|
return OMPI_ERROR;
|
||||||
}
|
}
|
||||||
(*qp) = my_qp;
|
(*qp) = my_qp;
|
||||||
if(0 == (openib_btl->ib_inline_max = qp_init_attr.cap.max_inline_data)) {
|
|
||||||
BTL_ERROR(("ibv_create_qp: returned 0 byte(s) for max inline data"));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user