1
1

Fixing OpenIB BTL compilation failure for a cases when

BTL_OPENIB_MALLOC_HOOKS_ENABLED is disabled.

This commit was SVN r28290.
Этот коммит содержится в:
Pavel Shamis 2013-04-04 20:17:18 +00:00
родитель 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;
}