Versions Compared

Key

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

...

Portland documentation is on the vendor website or on the cluster in the install tree found at: /opt/pgi/

MPI related
OpenMPI , Mvapich and Mvapich2 are 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

...