If you use intel compilers, MKL etc.. : to load Intel compilers environment variables, you have to do:
source /share/apps/intel/bin/compilervars.sh intel64
or
module load intel/13
For ver. 11 of Intel compilers do:
source /share/apps/intel/Compiler/11.1/073/bin/ifortvars.sh intel64
source /share/apps/intel/Compiler/11.1/073/bin/iccvars.sh intel64
If you need openmpi compiled with Intel do:
module load intel/openmpi-1.6.5
You can put both commands in your .bashrc for them to be loaded automatically on a compute nodes, when you will submit a job.
The compilers installed into /share/apps/intel shared across all the nodes on zeus.
Please note that you cannot use these compilers for any project generating any income. These are solely for personal academic non-profit use. Otherwise you have to obtain your own license and point these compilers to its location.
Alex
0 Comments.