diff --git a/cfg/treebeard/compilers.bashrc b/cfg/treebeard/compilers.bashrc index 1a1a80b3dd5187730bbc6df0d9bbd42e8175a78e..bdd2a0adbcef2a66579dfda5b040c872e4e9a9ba 100644 --- a/cfg/treebeard/compilers.bashrc +++ b/cfg/treebeard/compilers.bashrc @@ -1,9 +1,5 @@ -# Intel compiler and/or TBB/MKL -# -# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*") +# Intel compilers -if [ -z "$MKLROOT" ]; then - if [ -d /opt/intel ] ; then - . /opt/intel/compilers_and_libraries_2019/linux/bin/compilervars.sh intel64 - fi +if [ -d /opt/intel ] ; then + . /opt/intel/compilers_and_libraries_2019/linux/bin/compilervars.sh intel64 fi diff --git a/cfg/treebeard/compilers.profile b/cfg/treebeard/compilers.profile index ca2cbae9c01aac582fafddf75c6b4e3bc256b03e..7e30288ef8a38473ffc19cd983f86dfc5afc1b85 100644 --- a/cfg/treebeard/compilers.profile +++ b/cfg/treebeard/compilers.profile @@ -1,6 +1,4 @@ -# Intel compiler and/or TBB/MKL -# -# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*") +# Intel compilers if [ -n "$BASH_VERSION" ]; then if [ -d /opt/intel ] ; then