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

if [ -d /opt/intelCommunity2017 ] ; then
    . /opt/intelCommunity2017/mkl/bin/mklvars.sh intel64
    . /opt/intelCommunity2017/tbb/bin/tbbvars.sh intel64
fi