Skip to content
Snippets Groups Projects
Commit e0c6256b authored by Christopher Haine's avatar Christopher Haine
Browse files

Merge branch 'devel' of gitlab.com:cerl/maestro/maestro-core into devel

parents 59431ed6 087b79da
No related branches found
No related tags found
No related merge requests found
......@@ -424,6 +424,8 @@ AS_IF([test "x$enable_ofi_pool_manager" = "xyes"], [
AS_IF([test ! -f $srcdir/deps/libfabric/configure],
[(cd $srcdir/deps/libfabric; ./autogen.sh)])
#AX_SUBDIRS_CONFIGURE([deps/libfabric],[[--enable-embedded],[--disable-rxm],[--disable-rxd],[--disable-psm]],[],[],[])
dnl Configuring without kdreg to fix issue https://gitlab.com/cerl/maestro/maestro-core/-/issues/117 which relates to https://github.com/ofiwg/libfabric/issues/5313
dnl Whether doing so creates a performance problem or not is still to be determined
AX_SUBDIRS_CONFIGURE([deps/libfabric],[[--enable-embedded],[--disable-rxd],[--disable-shm],[--disable-tcp],[--with-kdreg=no],[--enable-debug]],[],[],[])
AC_MSG_NOTICE([================== done preconfiguring private libfabric library build])
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment