Fix a minor bug in the error flow of check_if_device_support_modify_srq
Signed-off-by: Ishai Rabinovitz <ishai@mellanox.co.il> This commit was SVN r22953.
Этот коммит содержится в:
родитель
96b20a29b5
Коммит
fc077a2102
@ -244,7 +244,7 @@ static int check_if_device_support_modify_srq(mca_btl_openib_module_t *openib_bt
|
|||||||
dummy_srq = ibv_create_srq(openib_btl->device->ib_pd, &init_attr);
|
dummy_srq = ibv_create_srq(openib_btl->device->ib_pd, &init_attr);
|
||||||
if(NULL == dummy_srq) {
|
if(NULL == dummy_srq) {
|
||||||
rc = OMPI_ERROR;
|
rc = OMPI_ERROR;
|
||||||
goto destroy_dummy_srq;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
sge_elem.addr = (uint64_t) &buff;
|
sge_elem.addr = (uint64_t) &buff;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user