From cbf291455f3340ced14f9c8953ba59c2b88ce5a4 Mon Sep 17 00:00:00 2001
From: Luc Papeleux <L.Papeleux@ULiege.be>
Date: Tue, 7 Sep 2021 08:57:05 +0200
Subject: [PATCH] use .local 2019 mkl & tbb on nic5

---
 cfg/nic5-login1/modules.profile | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/cfg/nic5-login1/modules.profile b/cfg/nic5-login1/modules.profile
index 5c575a8..4e41ae9 100644
--- a/cfg/nic5-login1/modules.profile
+++ b/cfg/nic5-login1/modules.profile
@@ -4,10 +4,16 @@ module load releases/2020a
 # load modules from release/2020a group 
 module load CMake GCC
 module load Bison
-module load intel/2020a
-module load Python SWIG matplotlib
-module load Qt5 
+#module load intel/2020a
+module load Python SWIG 
+#module load matplotlib
+#module load Qt5 
 
+# intel community (copied from warson)
+. $HOME/.local/intel/mkl/bin/mklvars.sh intel64
+. $HOME/.local/intel/tbb/bin/tbbvars.sh intel64
+
+#
 # new intel-cluster-studio
 #. /cm/shared/apps/ics/2013sp1/ics/2013.1.046/ictvars.sh intel64
 #. /cm/shared/apps/ics/2013sp1/mkl/bin/mklvars.sh intel64
-- 
GitLab