Possible fix for random openib segv.
This commit was SVN r20282.
Этот коммит содержится в:
родитель
8483c3c66e
Коммит
84a3f84fdf
@ -1011,7 +1011,7 @@ void mca_btl_openib_endpoint_connect_eager_rdma(
|
|||||||
item->ptr = buf + i * openib_btl->eager_rdma_frag_size;
|
item->ptr = buf + i * openib_btl->eager_rdma_frag_size;
|
||||||
OBJ_CONSTRUCT(item, mca_btl_openib_recv_frag_t);
|
OBJ_CONSTRUCT(item, mca_btl_openib_recv_frag_t);
|
||||||
|
|
||||||
init_data.order = MCA_BTL_NO_ORDER;
|
init_data.order = mca_btl_openib_component.credits_qp;
|
||||||
init_data.list = NULL;
|
init_data.list = NULL;
|
||||||
|
|
||||||
mca_btl_openib_frag_init(item, &init_data);
|
mca_btl_openib_frag_init(item, &init_data);
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user