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*MPI related
OpenMPI, Mvapich and Mvapich2 are available on the cluster under modules. 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

Likewise for mvapich and mvapich2.

Java
The cluster has jdk version 1.6.0_07 for x86_64 hardware installed and under module control.
For command line options:
-bash-3.2$ java -h
Local documentation via man pages:
-bash-3.2$ man java
For useful troubleshooting and other Java docs:
Tuning
Docs

...