/[MITgcm]/manual/s_getstarted/text/getting_started.tex
ViewVC logotype

Diff of /manual/s_getstarted/text/getting_started.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.24 by edhill, Fri Apr 9 15:06:18 2004 UTC revision 1.25 by edhill, Fri Jun 4 15:32:38 2004 UTC
# Line 932  The steps for building MITgcm with MPI s Line 932  The steps for building MITgcm with MPI s
932    
933  \end{enumerate}  \end{enumerate}
934    
935    An example of the above process on the MITgcm cluster (``cg01'') using
936    the GNU g77 compiler and the mpich MPI library is:
937    
938    {\footnotesize \begin{verbatim}
939      %  cd MITgcm/verification/exp5
940      %  mkdir build
941      %  cd build
942      %  ../../../tools/genmake2 -mpi -mods=../code \
943           -of=../../../tools/build_options/linux_ia32_g77+mpi_cg01
944      %  make depend
945      %  make
946      %  cd ../input
947      %  /usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/g77/bin/mpirun.ch_gm \
948           -machinefile mf --gm-kill 5 -v -np 2  ../build/mitgcmuv
949    \end{verbatim} }
950    
951    
952    
953  \section{Running the model}  \section{Running the model}

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

  ViewVC Help
Powered by ViewVC 1.1.22