For dist all AM_CONDITIONAL's have to be defined.
This commit was SVN r5821.
Этот коммит содержится в:
родитель
0138323c6e
Коммит
fea0010aee
@ -43,8 +43,14 @@ AC_DEFUN([MCA_CONFIGURE_STUB],[
|
|||||||
AC_DEFINE_UNQUOTED( OMPI_MCA_PTL_GM_CACHE_ENABLE, 0,
|
AC_DEFINE_UNQUOTED( OMPI_MCA_PTL_GM_CACHE_ENABLE, 0,
|
||||||
[Disable GM PTL internal cache for registered memory])
|
[Disable GM PTL internal cache for registered memory])
|
||||||
fi
|
fi
|
||||||
##AM_CONDITIONAL( OMPI_ENABLE_GM_CACHE, test "$enable_gm_cache" = "yes" )
|
AM_CONDITIONAL( OMPI_ENABLE_GM_CACHE, test "$enable_gm_cache" = "yes" )
|
||||||
AM_CONDITIONAL( OMPI_ENABLE_GM_CACHE, test "yes" = "yes" )
|
#
|
||||||
|
# For dist
|
||||||
|
#
|
||||||
|
AC_DEFUN([MCA_CONFIGURE_DIST_STUB],[
|
||||||
|
AM_CONDITIONAL( OMPI_ENABLE_GM_CACHE, test "yes" = "yes" )
|
||||||
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Add to CPPFLAGS if necessary
|
# Add to CPPFLAGS if necessary
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user