Mpich1.csh: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 16:14, 14 September 2009

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