Something went wrong on our end
-
Boman Romain authoredBoman Romain authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
compilers.bashrc 208 B
# Intel compiler and/or TBB/MKL
#
# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*")
if [ -z "$MKLROOT" ]; then
if [ -d /opt/intel ] ; then
. /opt/intel/bin/compilervars.sh intel64
fi
fi