High Performance & Scientific Computing
Compiling on ISAAC Secure Enclave
Compiling
The Secure Enclave has C/C++ and Fortran compilers from GNU and Intel. The module for the Intel programming environment is loaded by default. Here is a helpful link for linking MKL with Fortran: Compiling the Intel® Math Kernel Library on the Intel® Xeon Phi™ Coprocessor using Fortran
GNU | Intel | |
---|---|---|
C | gcc | icc/mpiicc |
C++ | g++ | icpc/mpiicpc |
Fortran | gfortran | ifort/mpiifort |