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} |