/[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.5 by dimitri, Thu May 19 07:41:42 2011 UTC revision 1.8 by dimitri, Fri Mar 9 00:00:42 2012 UTC
# Line 55  Running on a linux workstation: Line 55  Running on a linux workstation:
55   cd MITgcm   cd MITgcm
56   mkdir bin exe   mkdir bin exe
57   cd bin   cd bin
58   ../tools/genmake2 -mods=../../code   \cp ../../code/* .
59     \mv CPP_EEOPTIONS.h_CPL_DEBUG CPP_EEOPTIONS.h
60     ../tools/genmake2
61   make depend   make depend
62   make -j   make -j 16
63    
64  6. Model execution:  6. Model execution:
65   cd ../exe   cd ../exe
# Line 87  Running on lozenge. Line 89  Running on lozenge.
89   mpiexec -np 2 ./mitgcmuv >& output.txt   mpiexec -np 2 ./mitgcmuv >& output.txt
90    
91  =============================================  =============================================
92    Running MITgcm and MPMice on lozenge.
93    
94    5. Compile code:
95     cd MITgcm
96     mkdir bin
97     cd bin
98     \rm *
99     \cp ../../code/* .
100     \mv SIZE.h_2 SIZE.h
101     \mv CPP_EEOPTIONS.h_CPL CPP_EEOPTIONS.h
102     ../tools/genmake2 -of ../../code/linux_amd64_gfortran_lozenge -mpi
103     make depend
104     make -j
105    
106     cd ..
107     mkdir ice
108     cp ../../beaufort_020212/MITgcm/ice/* .
109     cp /homes/hantran/MPM_Han/PM2/bin/PM2 .
110    
111    6. Model execution:
112     \rm out err a.out
113     mkdir ocean
114     cd ocean
115     \rm *
116     \cp ../../run_template/* .
117     \cp ../../input/* .
118     cd ..
119     \cp bin/mitgcmuv .
120     mpiexec -np 2 mitgcmuv : -np 1 PM2 > a.out &
121    
122    =============================================
123  Running on gemini.  Running on gemini.
124    
125  5. Compile code:  5. Compile code:

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22