From 637cd99fe22ffe48cab1178281df96f17d846937 Mon Sep 17 00:00:00 2001
From: Jan Thorbecke <janth@xs4all.nl>
Date: Tue, 12 Mar 2019 07:29:59 +0100
Subject: [PATCH] MKL

---
 Make_include_template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Make_include_template b/Make_include_template
index 3c17947..5c3fc50 100644
--- a/Make_include_template
+++ b/Make_include_template
@@ -110,7 +110,7 @@ FFT = -Wl,-rpath ${MKLLIB} -L${MKLLIB} -lmkl_gf_lp64 -lmkl_sequential -lmkl_core
 #MKLLIB=${MKLROOT}/lib/intel64
 #FFT = -Wl,-rpath ${MKLLIB} -Wl,--start-group -L${MKLLIB} -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group -lpthread -lm -ldl
 #for Intel compilers
-#FFT = -Wl,-rpath ${MKLLIB} -L${MKLLIB} -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl
+#FFT = -Wl,-rpath ${MKLLIB} -Wl,--start-group -L${MKLLIB} -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group -lpthread -lm -ldl
 
 #LIBARIES
 LIBS= -L$L -lgenfft $(FFT) $(BLAS)
-- 
GitLab