Fixing compilation issue on machines with ofed under 1.3.
Also finx in apm migration flow. This commit was SVN r17383.
Этот коммит содержится в:
родитель
3ba3f70624
Коммит
df787bbeab
@ -221,13 +221,14 @@ static int btl_openib_async_hcah(struct mca_btl_openib_async_poll *hcas_poll, in
|
||||
case IBV_EVENT_PATH_MIG:
|
||||
if (0 != mca_btl_openib_component.apm) {
|
||||
BTL_ERROR(("APM: Alternative path migration reported."));
|
||||
if (xrc_event) {
|
||||
if (!xrc_event)
|
||||
mca_btl_openib_load_apm(event.element.qp,
|
||||
mca_btl_openib_component.openib_btls[j]);
|
||||
} else {
|
||||
#if HAVE_XRC
|
||||
else
|
||||
mca_btl_openib_load_apm_xrc_rcv(event.element.xrc_qp_num,
|
||||
mca_btl_openib_component.openib_btls[j]);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
case IBV_EVENT_DEVICE_FATAL:
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user