2012
``In order to use Intel compilers and/or to use Intel MKL, you should add Intel environment setup to the system profiles (see how it is done on ALUF). For example, for tcsh users add to /etc/csh.login the following three lines: source /opt/intel/Compiler/11.1/072/bin/iccvars.csh # Intel C/C++ source /opt/intel/Compiler/11.1/072/bin/ifortvars.csh # Intel Fortran source /opt/intel/mkl/10.2.5.035/tools/environment/mklvars64.csh # Intel MKL This will define the LD_LIBRARY_PATH variable (needed for VASP) and other required variables as well.