Versions Compared

Key

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

...

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

...