Intel Compilers
MCSR maintains a license for Intel’s C (icc), C++ (icpc) and Fortran (ifort) compilers. These compilers tend to be faster than GNU compilers (gcc, etc.), but some code will not compile with Intel compilers.
Maple
On Maple, load the compilers like so:
module load intel/compiler
The Intel Math Kernel Library (MKL) provides many functions optimized for Intel processors, such as BLAS, LAPACK, and FFTW. You can load the MKL like this:
module load intel/mkl
Sequoia/Catalpa
On Sequoia or Catalpa, load the compilers and MKL like so:
module load intel
