From 4e33e7bc4c6d1a2b54b27a2cedd809da761be301 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Tue, 13 Dec 2016 01:56:21 +0100 Subject: [PATCH] Fixing secondary compilers support --- build_sec_compilers.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build_sec_compilers.sh b/build_sec_compilers.sh index c73eb0e8..ad3710ff 100755 --- a/build_sec_compilers.sh +++ b/build_sec_compilers.sh @@ -23,12 +23,14 @@ mkdir openfpm_numerics/src/config if [ "$2" == "taurus" ]; then - echo "Compiling on taurus with intel compiler" + echo "Compiling on taurus with intel compiler" - module load gcc/4.9.3 - module load intel/2017.0.020 + source /etc/profile + echo "$PATH" + module load gcc/4.9.3 + module load intel/2017.0.020 - ./install -m -i "/scratch/p_ppm/openfpm_deps_intel" -s + ./install -m -i "/scratch/p_ppm/openfpm_deps_intel" -s fi -- GitLab