I'm following this video tutorial for using the Intel compiler, and the first thing to do is to source the compiler. In the video, this is the command:
source /opt/intel/composer_xe_2015.0.019/bin/iccvars.sh intel64
However, I'm using the 2017 version and the dir tree is different. I found the same file in:
source /opt/intel/compilers_and_libraries_2017.1.132/linux/bin/iccvars.sh intel64
Is this the analogous command, or do I need to do something else?