Attention: : Confluence is not suitable for the storage of highly confidential data. Please ensure that any data classified as Highly Protected is stored using a more secure platform.
If you have any questions, please refer to the University's data classification guide or contact ict.askcyber@sydney.edu.au

Intel

To use the Intel compilers, load the Intel modules with the following command:

module load intel

or:

module load intel-mpi

for Intel MPI programs.

The following table shows the various commands to use when compiling code, depending on the language and style of execution being used:

Language

Single CPU

Using MPI

Using OpenMP

Fortran

ifort

mpiifort

ifort -openmp

C

icc

mpiicc

icc -openmp

C++

icpc

mpiicpc

icpc -openmp