The latest version of memkind uses jemalloc as a submodule.
This means we need not check for jemalloc in the configure script for this component. Removing this. In some machines having the TLS option on can cause errors in opening this component. --disable-tls while configuring jemalloc. Please look for instructions for installing jemalloc as a static library linked directly into memkind in CONTRIBUTING file github.com/memkind/memkindw
Этот коммит содержится в:
родитель
3d98a1a01e
Коммит
8024142f46
@ -24,7 +24,7 @@ AC_DEFUN([MCA_opal_mpool_memkind_CONFIG],[
|
||||
opal_check_memkind_dir=$with_memkind
|
||||
fi
|
||||
|
||||
OPAL_CHECK_PACKAGE([mpool_memkind], [memkind.h], [memkind], [memkind_malloc], [-ljemalloc, -lnuma],
|
||||
OPAL_CHECK_PACKAGE([mpool_memkind], [memkind.h], [memkind], [memkind_malloc], [ -lnuma],
|
||||
[$opal_check_memkind_dir], [], [opal_mpool_memkind_happy="yes"], [])
|
||||
|
||||
if test "$opal_mpool_memkind_happy" != "yes" -a -n "$with_memkind" ; then
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user