Skip to content

Commit 8024142

Browse files
vvenkates27hjelmn
authored andcommitted
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
1 parent 3d98a1a commit 8024142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/mpool/memkind/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AC_DEFUN([MCA_opal_mpool_memkind_CONFIG],[
2424
opal_check_memkind_dir=$with_memkind
2525
fi
2626

27-
OPAL_CHECK_PACKAGE([mpool_memkind], [memkind.h], [memkind], [memkind_malloc], [-ljemalloc, -lnuma],
27+
OPAL_CHECK_PACKAGE([mpool_memkind], [memkind.h], [memkind], [memkind_malloc], [ -lnuma],
2828
[$opal_check_memkind_dir], [], [opal_mpool_memkind_happy="yes"], [])
2929

3030
if test "$opal_mpool_memkind_happy" != "yes" -a -n "$with_memkind" ; then

0 commit comments

Comments
 (0)