MPICH: Difference between revisions
Jump to navigation
Jump to search
(created page with generic stub) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Generic_stub}} | {{Generic_stub}} | ||
GNU and Intel compiled versions of MPICH are installed | GNU and Intel compiled versions of MPICH are installed. | ||
The following Modules file should be loaded to use mpich | The following Modules file should be loaded to use mpich | ||
* GNU version of mpich | |||
<pre> | <pre> | ||
module load mpich/mpich2-gnu | module load mpich/mpich2-gnu | ||
</pre> | </pre> | ||
* Intel version of mpich | |||
<pre> | <pre> | ||
module load mpich/mpich-1.2-intel | module load mpich/mpich-1.2-intel |
Revision as of 14:30, 19 March 2012
This page is a Generic stub.
You can help by expanding this page..
GNU and Intel compiled versions of MPICH are installed.
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