PGI/Note
From ScientificComputing
Revision as of 08:31, 28 September 2016 by Sfux (talk | contribs) (Created page with "The PGI module sets several environment variables, which point to the different executables for the available compilers. * '''$CC''' → C compiler ''pgcc'' * '''$CXX''' &...")
The PGI module sets several environment variables, which point to the different executables for the available compilers.
- $CC → C compiler pgcc
- $CXX → C++ compiler pgcpp
- $FC, $F90 → Fortran compiler pgf90
- $F77 → Fortran 77 compiler pgf77
The path's to the executables will be set according to the PGI version that is loaded.