Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To learn more about the XL C/C++ and Fortran compilers, access the online product documentation in IBM Knowledge Center for the XL C/C++ compiler and the XL Fortran compiler.      


PORTLAND Group (PGI)

The name of the PGI compilers are:

...

PGI compiler family offers C, C++, and Fortran compilers, their names are:

InvocationsUsage
pgccCompile C source files.
pgccCompile C++ source files.
pgf77Compile FORTRAN 77 source files
pgf90Compile FORTRAN 90 source files
pgf95Compile FORTRAN 95 source files
pghpfCompile High Performance FORTRAN source files


The OpenMP parallelization is enabled by the -mp compiler option. 

...

The documentation can be obtained with the man command after loading the pgi module:

...