From 4dec353995bd3e23bb6abdff951d413b43906a6a Mon Sep 17 00:00:00 2001
From: Jan Thorbecke <janth@xs4all.nl>
Date: Thu, 7 Mar 2019 11:03:59 +0100
Subject: [PATCH] linking with MKL for MDD

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

diff --git a/Make_include_template b/Make_include_template
index c6f04de..d231cfa 100644
--- a/Make_include_template
+++ b/Make_include_template
@@ -78,8 +78,9 @@ OPTC += -fopenmp
 #############################################################################
 # BLAS and LAPACK libraries 
 MKLROOT=/opt/intel/compilers_and_libraries/mac/mkl/
-
 BLAS = ${MKLROOT}/lib/libmkl_intel_lp64.a ${MKLROOT}/lib/libmkl_sequential.a ${MKLROOT}/lib/libmkl_core.a -lpthread -lm -ldl
+#for intel compilers
+#BLAS = -mkl
 
 #############################################################################
 # FOR FFT LIBRARIES
-- 
GitLab