From caa5581c1755fcd906e110ba01d7acb607a1ac51 Mon Sep 17 00:00:00 2001
From: JanThorbecke <janth@xs4all.nl>
Date: Tue, 3 Dec 2019 13:57:50 +0100
Subject: [PATCH] general set-up

---
 Make_include_template | 3 +++
 README                | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Make_include_template b/Make_include_template
index 002c45d..8353d6e 100644
--- a/Make_include_template
+++ b/Make_include_template
@@ -97,6 +97,9 @@ BLAS = -L${MKLROOT}/lib/ -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lpthread -lm
 #BLAS = -Wl,-rpath ${MKLLIB} -Wl,--start-group -L${MKLLIB} -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group -lpthread -lm -ldl
 #for intel compilers
 #BLAS = -mkl
+#
+#If you do not want to use MKL
+#BLAS = -llapack -lblas
 
 #############################################################################
 # AMD ACML 4.4.0
diff --git a/README b/README
index 5c5b3b6..4587443 100644
--- a/README
+++ b/README
@@ -110,7 +110,7 @@ Usually the MKL libraries are installed in $MKL_ROOT. If that variable is not se
 find /opt/intel -name libmkl_gf_lp64.so
 
 and adjust MKLROOT in Make_include accordingly. 
-You can also completely disable the use of MKL by commenting out these parts in Make_include. 
+You can also completely disable the use of MKL by commenting out the MKL parts in Make_include. 
 
 SEISMIC UNIX
 -----------
-- 
GitLab