Skip to content
Snippets Groups Projects
Commit 4e33e7bc authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing secondary compilers support

parent 04bd4d15
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment