1
1

checking for max_inline_data == 0 as an error condition is not valid,, so

don't do it.. 

This commit was SVN r11132.
Этот коммит содержится в:
Galen Shipman 2006-08-08 16:53:47 +00:00
родитель 13dd02a9f4
Коммит c93711cfdb

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

@ -945,9 +945,7 @@ int mca_btl_openib_endpoint_create_qp(
return OMPI_ERROR;
}
(*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"));
}
}
{