/[MITgcm]/MITgcm_contrib/quarter_degree_global/README.txt
ViewVC logotype

Diff of /MITgcm_contrib/quarter_degree_global/README.txt

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

revision 1.12 by dimitri, Sat Dec 11 19:52:33 2004 UTC revision 1.16 by dimitri, Tue Dec 14 00:55:46 2004 UTC
# Line 97  qsub job_altix Line 97  qsub job_altix
97    
98  module purge  module purge
99  module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.11-85  module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.11-85
100    setenv MPI_DSM_DISTRIBUTE
101  cd MITgcm  cd MITgcm
102  mkdir bin exe  mkdir bin exe
103  cd bin  cd bin
# Line 106  cd bin Line 107  cd bin
107  ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas  ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
108  make depend  make depend
109  make -j 4  make -j 4
110    
111  cd ../exe  cd ../exe
112  \cp ../bin/mitgcmuv .  \cp ../bin/mitgcmuv .
113  \cp ../../MITgcm_contrib/quarter_degree_global/input/* .  \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
# Line 116  modpickup_8 Line 118  modpickup_8
118  mpirun -v -a a2k c18 480 runon 4-483 mitgcmuv : c20 480 runon 4-483 mitgcmuv  mpirun -v -a a2k c18 480 runon 4-483 mitgcmuv : c20 480 runon 4-483 mitgcmuv
119  mpirun -v -a a2k c18 508 runon 4-511 mitgcmuv : c20 508 runon 4-511 mitgcmuv  mpirun -v -a a2k c18 508 runon 4-511 mitgcmuv : c20 508 runon 4-511 mitgcmuv
120    
121    on columbia18:
122    ln -sf /nobackup18/menemenl/eighth /tmp/eighth
123    
124    on columbia20:
125    ln -sf /nobackup20/menemenl/eighth /tmp/eighth
126    
127    cd ~/exe
128    \cp /tmp/eighth/MITgcm/exe/mitgcmuv960 .
129    \cp /tmp/eighth/MITgcm_contrib/quarter_degree_global/input/* .
130    \ln -sf /tmp/eighth/iter69/* .
131    \cp data.exf_clim_8 data.exf_clim
132    \cp data_SIO_8 data
133    \ln -sf /tmp/eighth/MITgcm/exe/pick* .
134    
135    mpirun -v -a a2k -d /tmp/eighth/MITgcm/exe c18 480 runon 4-511 mitgcmuv960 : c20 480 runon 4-511 mitgcmuv960
136    
137    
138    
139    
# Line 129  try Line 147  try
147  <   viscA4GridMin=6.e-4,  <   viscA4GridMin=6.e-4,
148  <   viscA4GridMax=8.e-3,  <   viscA4GridMax=8.e-3,
149  <   viscC4Leith=0.1,  <   viscC4Leith=0.1,
150    
151    
152    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
153    
154    1/8 timing tests:
155    
156                                 columbia20
157                                 scsl.1.5.0.0
158                        c18      intel-comp.8.0.070
159    240-CPU             default  mpt.1.11-85
160    ------------------------------------------------
161    MAIN LOOP           7115     5066
162    EXF_GETFORCING      372      38
163    DO_OCEANIC_PHYS     1221     1272
164    STATEKPP            509      532
165    KPPMIX              370      374
166    DYNAMICS            1527     1429
167    SOLVE_FOR_PRESSURE  1804     206
168    BLOCKING_EXCHANGES  117      115
169    THERMODYNAMICS      1166     1100
170    DO_THE_MODEL_IO     173      177
171    WRITE_CHECKPOINT    341      333  
172    
173    
174                                 columbia20
175                                 scsl.1.5.0.0
176                        c18      intel-comp.8.0.070
177    480-CPU             default  mpt.1.11-85
178    ------------------------------------------------
179    MAIN LOOP           4024     2917
180    EXF_GETFORCING      218      33
181    DO_OCEANIC_PHYS     622      619
182    STATEKPP            269      265
183    KPPMIX              190      188
184    DYNAMICS            747      718
185    SOLVE_FOR_PRESSURE  966      119
186    BLOCKING_EXCHANGES  64       70
187    THERMODYNAMICS      553      582
188    DO_THE_MODEL_IO     178      156
189    WRITE_CHECKPOINT    364      332
190    
191    
192    
193                        240-CPU  480-CPU  960-CPU
194    ------------------------------------------------
195    MAIN LOOP           5066     2917     2227
196    EXF_GETFORCING      38       33       126
197    DO_OCEANIC_PHYS     1272     619      320
198    STATEKPP            532      265      138
199    KPPMIX              374      188      98
200    DYNAMICS            1429     718      313
201    SOLVE_FOR_PRESSURE  206      119      483
202    BLOCKING_EXCHANGES  115      70       53
203    THERMODYNAMICS      1100     582      294
204    DO_THE_MODEL_IO     177      156      131
205    WRITE_CHECKPOINT    333      332      302

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

  ViewVC Help
Powered by ViewVC 1.1.22