The PGI compilers (pgcc, pgCC, pgf77, pgf90) and compiler wrappers that
use the PGI compilers (mpicc, mpif90, mpif77) are only licensed to run
on the master node of the amdahl.physics cluster. As a result, attempting
to compile program code in a PBS script will probably fail.
The current version of the PGI compilers is 5.1-2:
If you need an older version of the PGI compilers, you can access them by
manually adjusting your $PGI and $PATH environment variables.
To access PGI 5.0:
- bash/ksh: PGI=/usr/local/pgi
PATH=$PGI/linux86/5.0/bin:$PATH
export PGI PATH
- csh/tcsh: setenv PGI /usr/local/pgi
set path = ($PGI/linux86/5.0/bin $path )
Available PGI versions can be found in /usr/local/pgi5/linux86.
Preston M Smith
2005-02-22