Skip to content
Snippets Groups Projects
Commit 653cadf5 authored by Kim Liegeois's avatar Kim Liegeois
Browse files

Correction of a bug that prevents from running intel config scripts on treebeard

parent 7180918b
No related branches found
No related tags found
No related merge requests found
# Intel compiler and/or TBB/MKL # Intel compilers
#
# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*")
if [ -z "$MKLROOT" ]; then if [ -d /opt/intel ] ; then
if [ -d /opt/intel ] ; then . /opt/intel/compilers_and_libraries_2019/linux/bin/compilervars.sh intel64
. /opt/intel/compilers_and_libraries_2019/linux/bin/compilervars.sh intel64
fi
fi fi
# Intel compiler and/or TBB/MKL # Intel compilers
#
# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*")
if [ -n "$BASH_VERSION" ]; then if [ -n "$BASH_VERSION" ]; then
if [ -d /opt/intel ] ; then if [ -d /opt/intel ] ; then
......
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