...
Portland documentation is on the vendor website or on the cluster in the install tree found at: /opt/shared/pgi/
MPI related
OpenMPI is available on the cluster as a loadable module. Once the corresponding module is loaded, your environment will provide access to the various MPI compilers.
> module load openmpi
For example, OpenMPI provides the following:
mpic++ mpicxx mpicc mpiCC mpif77 mpif90
...