MPICH: Difference between revisions

From Cheaha
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Generic_stub}}
{{Generic_stub}}
[[wikipedia:MPICH| MPICH]] is a freely available, portable implementation of MPI, a standard for message-passing for distributed-memory applications used in parallel computing. MPICH is Free Software and is available for most flavours of Unix (including Linux and Mac OS X) and Microsoft Windows.
'''Project website:''' http://www.mcs.anl.gov/research/projects/mpich2/


GNU and Intel compiled versions of MPICH are installed.
GNU and Intel compiled versions of MPICH are installed.


====Load SGE module====
The following Modules file should be loaded to use mpich
The following Modules file should be loaded to use mpich
* GNU version of mpich
* GNU version of mpich
Line 17: Line 22:
#$ -pe mpich 4
#$ -pe mpich 4
</pre>
</pre>
[[Category:Software]][[Category:Developer Tools]]

Latest revision as of 13:43, 6 April 2012

This page is a Generic stub.

You can help by expanding this page..

MPICH is a freely available, portable implementation of MPI, a standard for message-passing for distributed-memory applications used in parallel computing. MPICH is Free Software and is available for most flavours of Unix (including Linux and Mac OS X) and Microsoft Windows.

Project website: http://www.mcs.anl.gov/research/projects/mpich2/

GNU and Intel compiled versions of MPICH are installed.

Load SGE module

The following Modules file should be loaded to use mpich

  • GNU version of mpich
module load mpich/mpich2-gnu
  • Intel version of mpich
module load mpich/mpich-1.2-intel

Use the mpich parallel environment in your job script (example for a 4 slot job)

#$ -pe mpich 4