Install and configure MPI

From SourceWiki
Revision as of 18:29, 17 August 2007 by Jprenaud (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Article in construction

Pre-requesite: ssh login less access

Download MPI

You can download from http://www-unix.mcs.anl.gov/mpi/mpich2/. You will end up with a gzipped tarbal. For the sake of

extract

Compilation

mpi directory tmp directory export F()=ifort cd tmp dir mpidir/configure --prefix=/mpidir

wait...

make 2>&1 make install

Configuration

add /path/to/mpi to PATH