Thursday, February 19, 2009

MPICH Installation

1. Download mpich -*****.tar.gz
2. tar xvzf
3. cd mpich-****
4. configure
./configure --prefix=/home/myhomefolder/MPI --disable -f77 --with-pm=gforker --enable-romio --with-file-system=ufs+nfs
5. make
6. make install
6. Add MPI path at .bashrc file
export PATH=/home/myhomefolder/MPI/mpich-*****/bin:$PATH

No comments:

Post a Comment