- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

MVAPICH2

From HLRS Platforms
Revision as of 14:27, 26 February 2010 by Hpcchris (talk | contribs)
Jump to navigationJump to search
MVAPICH2 is an MPI-2 implementation (conforming to MPI 2.1 standard) which includes all MPI-1 features. It is based on MPICH2 and MVICH. It is available under BSD licensing.
Developer: Ohio State University
Platforms: NEC Nehalem Cluster
Category: MPI
License: BSD License
Website: MVAPICH2 homepage


Examples

simple example

Load the necessary module

module load mpi/mvapich2


Run your application with

mpirun_rsh -np X -hostfile $PBS_NODEFILE your_app


See also

External links