Skip to content
Snippets Groups Projects
Commit 00dd1866 authored by Papeleux Luc's avatar Papeleux Luc
Browse files

correct path to intel libs in clifton cfg

parent 924d6d05
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*") # EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*")
if [ -d /opt/intelCommunity2017 ] ; then if [ -d /opt/intel ] ; then
. /opt/intelCommunity2017/mkl/bin/mklvars.sh intel64 . /opt/intel/mkl/bin/mklvars.sh intel64
. /opt/intelCommunity2017/tbb/bin/tbbvars.sh intel64 . /opt/intel/tbb/bin/tbbvars.sh intel64
fi fi
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*") # EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*")
if [ -n "$BASH_VERSION" ]; then if [ -n "$BASH_VERSION" ]; then
if [ -d /opt/intelCommunity2017 ] ; then if [ -d /opt/intel ] ; then
. /opt/intelCommunity2017/mkl/bin/mklvars.sh intel64 . /opt/intel/mkl/bin/mklvars.sh intel64
. /opt/intelCommunity2017/tbb/bin/tbbvars.sh intel64 . /opt/intel/tbb/bin/tbbvars.sh intel64
fi fi
fi 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