Mpich1.csh

From UMIACS
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
setenv MPI_ROOT /usr/local/stow/mpichgm-1.2.7p1-20
setenv MPI_LIB  $MPI_ROOT/lib
setenv MPI_INC  $MPI_ROOT/include
setenv MPI_BIN $MPI_ROOT/bin
# add MPICH commands to your path (includes mpirun and mpicc)
set path=($MPI_BIN $path)
# add MPICH man pages to your manpath
if ( $?MANPATH ) then
     setenv MANPATH  $MPI_ROOT/man:$MANPATH
else
     setenv MANPATH  $MPI_ROOT/man
endif