Fixing OpenIB BTL compilation failure for a cases when
BTL_OPENIB_MALLOC_HOOKS_ENABLED is disabled. This commit was SVN r28290.
Этот коммит содержится в:
родитель
aa1f5697b4
Коммит
fed6e60131
@ -727,6 +727,7 @@ int btl_openib_verify_mca_params (void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if BTL_OPENIB_MALLOC_HOOKS_ENABLED
|
||||
if (mca_btl_openib_component.use_memalign != 32
|
||||
&& mca_btl_openib_component.use_memalign != 64
|
||||
&& mca_btl_openib_component.use_memalign != 0){
|
||||
@ -735,6 +736,7 @@ int btl_openib_verify_mca_params (void)
|
||||
"btl_openib_memalign is reset to 32");
|
||||
mca_btl_openib_component.use_memalign = 32;
|
||||
}
|
||||
#endif
|
||||
|
||||
return OMPI_SUCCESS;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user