Set the QP's static rate from the associated MCA parameter, rather
than just defaulting to 0. Fixes trac:675 This commit was SVN r12855. The following Trac tickets were found above: Ticket 675 --> https://svn.open-mpi.org/trac/ompi/ticket/675
Этот коммит содержится в:
родитель
c51c36c4a2
Коммит
18da4c40d3
@ -1020,6 +1020,7 @@ int mca_btl_openib_endpoint_qp_init_query(
|
||||
attr->ah_attr.sl = mca_btl_openib_component.ib_service_level;
|
||||
attr->ah_attr.src_path_bits = openib_btl->src_path_bits;
|
||||
attr->ah_attr.port_num = port_num;
|
||||
attr->ah_attr.static_rate = mca_btl_openib_component.ib_static_rate;
|
||||
|
||||
if(ibv_modify_qp(qp, attr,
|
||||
IBV_QP_STATE |
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user