Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
intel.profile 296 B
# Intel compiler and/or TBB/MKL 
#
# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*")

if [ -n "$BASH_VERSION" ]; then
    if [ -d /opt/intel ] ; then
        . /opt/intel2019/mkl/bin/mklvars.sh intel64
        . /opt/intel2019/tbb/bin/tbbvars.sh intel64
    fi
fi
export MKL_DEBUG_CPU_TYPE=5