High Performance Software
Fortran Compiler
Compiler for programs written in Fortran. The Fortran compiler is included in the default user path.
Garnet:
The command to create a binary for the compute pool is "ftn". By default
"ftn" uses the Portland Group (PGI) compiler. Modules are available to
change compiler vendors and versions.
To create a serial code for the login nodes with PGI use "pgf90" or "pgf77". Use "gfortran" for the GNU Fortran compiler.
Diamond:
The command to create a binary for the compute pool with the Intel compiler is
"ifort". Modules are available to change the compiler version.
To create a serial code for the login nodes with the Intel compiler use "ifort". Use "gfortran" for the GNU Fortran compiler.