|
Compile code
There are currently three main compiler groups installed on ACES.
-
GNU compilers
The GNU compiler set is installed on ACES. The gnu module adds these compilers to your search path. This module is installed using the command
$ module load gnu
this will add the gcc, g++ and g77 compilers to your environment.
-
Intel compilers
The Intel compiler set is installed on ACES. The intel module adds these compilers to your search path. This module is installed using the command
$ module load intel
this will add the ifort, icc and icpc compilers to your environment.
-
PGI compilers The PGI compiler set is installed on ACES. The pgi module adds these compilers to your search path. This module is installed using the command
$ module load pgi
this will add the pgf90, pgf77 and pgcc compilers to your environment.
The list of libraries currently available on each compiler are:
Library |
GNU |
Intel |
PGI |
NetCDF v3.6.0beta |
Yes |
Yes |
Yes |
|
|