/[MITgcm]/MITgcm_contrib/MPMice/beaufort/README_beaufort.txt
ViewVC logotype

Diff of /MITgcm_contrib/MPMice/beaufort/README_beaufort.txt

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

revision 1.14 by dimitri, Thu Dec 3 01:58:40 2015 UTC revision 1.15 by dimitri, Thu Dec 3 23:31:29 2015 UTC
# Line 83  Running uncoupled MPI code Line 83  Running uncoupled MPI code
83   mpiexec -np 2 ./mitgcmuv &   mpiexec -np 2 ./mitgcmuv &
84    
85  =============================================  =============================================
86    Running uncoupled MPI code on spiral
87    
88    4. Compile code:
89     cd MITgcm
90     mkdir bin exe
91     cd bin
92     \cp ../../code/SIZE.h_2 SIZE.h
93     \cp ../../code/CPP_EEOPTIONS.h_UNCOUPLED CPP_EEOPTIONS.h
94     ../tools/genmake2 -mpi -mo ../../code -of ../../code/linux_gfortran_spiral
95     make depend
96     make -j 8
97    
98    5. Model execution:
99     cd ../exe
100     ln -sf ../../run_template/* .
101     cp ../../input/* .
102     cp ../bin/mitgcmuv .
103     mpiexec.mpich -np 2 ./mitgcmuv &
104    
105    =============================================
106  Running MITgcm and MPMice  Running MITgcm and MPMice
107    
108  4. Compile code:  4. Compile code:

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.22