/[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.9 by dimitri, Wed Mar 14 05:32:10 2012 UTC revision 1.12 by dimitri, Thu Oct 3 18:37:48 2013 UTC
# Line 56  Running uncoupled on a linux workstation Line 56  Running uncoupled on a linux workstation
56   mkdir bin exe   mkdir bin exe
57   cd bin   cd bin
58   \cp ../../code/* .   \cp ../../code/* .
  \mv CPP_EEOPTIONS.h_UNCOUPLED CPP_EEOPTIONS.h  
59   ../tools/genmake2   ../tools/genmake2
60   make depend   make depend
61   make -j 16   make -j 16
# Line 85  Running uncoupled on lozenge. Line 84  Running uncoupled on lozenge.
84  6. Model execution:  6. Model execution:
85   cd ../exe   cd ../exe
86   cp ../../run_template/* .   cp ../../run_template/* .
87     cp ../../input/* .
88     cp ../bin/mitgcmuv .
89     mpiexec -np 2 ./mitgcmuv >& output.txt
90    
91    =============================================
92    Running uncoupled on spiral.
93    
94    5. Compile code:
95     mpd&
96     cd MITgcm
97     mkdir bin exe
98     cd bin
99     \cp ../../code/* .
100     \mv SIZE.h_2 SIZE.h
101     \mv CPP_EEOPTIONS.h_UNCOUPLED CPP_EEOPTIONS.h
102     ../tools/genmake2 -of ../../code/linux_gfortran_spiral -mpi
103     make depend
104     make -j
105    
106    6. Model execution:
107     cd ../exe
108     cp ../../run_template/* .
109   cp ../../input/* .   cp ../../input/* .
110   cp ../bin/mitgcmuv .   cp ../bin/mitgcmuv .
111   mpiexec -np 2 ./mitgcmuv >& output.txt   mpiexec -np 2 ./mitgcmuv >& output.txt

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22