- 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: Difference between revisions
From HLRS Platforms
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox software | {{Infobox software | ||
| description = '''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. | | description = '''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 = | | developer = Ohio State University | ||
| available on = [[NEC | | available on = [[Laki | NEC Cluster]] | ||
| category = [[:Category:MPI | MPI]] | | category = [[:Category:MPI | MPI]] | ||
| license = | | license = BSD License | ||
| website = [http://mvapich.cse.ohio-state.edu/overview/mvapich2/ MVAPICH2 homepage] | | website = [http://mvapich.cse.ohio-state.edu/overview/mvapich2/ MVAPICH2 homepage] | ||
}} | }} | ||
== Examples == | |||
==== simple example ==== | |||
Load the necessary module | |||
{{Command | |||
| command = module load mpi/mvapich2 | |||
}} | |||
Run your application with | |||
{{Command | |||
| command = mpirun_rsh -np X -hostfile $PBS_NODEFILE your_app | |||
}} | |||
== See also == | == See also == |
Latest revision as of 14:46, 12 June 2013
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. |
|
Examples
simple example
Load the necessary module
module load mpi/mvapich2
Run your application with
mpirun_rsh -np X -hostfile $PBS_NODEFILE your_app