/[MITgcm]/MITgcm_contrib/llc_hires/llc_1080/readme.txt
ViewVC logotype

Diff of /MITgcm_contrib/llc_hires/llc_1080/readme.txt

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

revision 1.14 by dimitri, Thu Feb 21 00:48:32 2019 UTC revision 1.15 by dimitri, Wed Feb 27 20:48:33 2019 UTC
# Line 1  Line 1 
1  ==============  ==============
2  # interactive 30x30x16848 tile configuration with newer MITgcm code  # Interactive 90x90x1342 tile configuration with latest MITgcm, no asyncio
3    cd ~/llc_1080
4    cvs co MITgcm_contrib/llc_hires/llc_1080
5    git clone https://github.com/MITgcm/MITgcm.git
6    qsub -I -q long -l select=48:ncpus=28:model=bro,walltime=120:00:00 -m abe
7    module purge
8    module load comp-intel/2016.2.181 mpi-sgi/mpt.2.15r20
9    cd ~/llc_1080/MITgcm
10    mkdir build run
11    lfs setstripe -c -1 run
12    cd build
13    cp ../../MITgcm_contrib/llc_hires/llc_1080/code/SIZE.h_90x90x1342 SIZE.h
14    ../tools/genmake2 -of \
15     ../../MITgcm_contrib/llc_hires/llc_1080/code/linux_amd64_ifort+mpi_ice_nas \
16     -mpi -mods ../../MITgcm_contrib/llc_hires/llc_1080/code
17    make depend
18    make -j 56
19    cd ../run_test_noasync
20    cp ../build/mitgcmuv .
21    ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* .
22    ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
23    ln -sf ~dmenemen/llc_1080/MITgcm/run_2011/pick*354240* .
24    cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* .
25    mv data.exch2_90x90x1342 data.exch2
26    mpiexec -n 1342 ./mitgcmuv
27    
28    ==============
29    # Interactive 90x90x1342 tile configuration with latest MITgcm, with asyncio
30    cd ~/llc_1080
31    cvs co MITgcm_contrib/llc_hires/llc_1080
32    git clone https://github.com/MITgcm/MITgcm.git
33    qsub -I -q long -l select=52:ncpus=28:model=bro,walltime=120:00:00 -m abe
34    module purge
35    module load comp-intel/2016.2.181 mpi-sgi/mpt.2.15r20
36    cd ~/llc_1080/MITgcm
37    mkdir build run
38    lfs setstripe -c -1 run
39    cd build
40    cp ../../MITgcm_contrib/llc_hires/llc_1080/code/SIZE.h_90x90x1342 SIZE.h
41    ../tools/genmake2 -of \
42     ../../MITgcm_contrib/llc_hires/llc_1080/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
43     '../../MITgcm_contrib/llc_hires/llc_1080/code ../../MITgcm_contrib/llc_hires/llc_1080/code-async'
44    make depend
45    make -j 56
46    cd ../run_test_async
47    cp ../build/mitgcmuv .
48    ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* .
49    ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
50    ln -sf ~dmenemen/llc_1080/MITgcm/run_2011/pick*354240* .
51    cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* .
52    mv data.exch2_90x90x1342 data.exch2
53    mpiexec -n 1442 ./mitgcmuv
54    
55    ==============
56    # interactive 30x30x16848 tile configuration with MITgcm checkpoint66h
57  cd ~/llc_1080  cd ~/llc_1080
58  cvs co MITgcm_contrib/llc_hires/llc_1080  cvs co MITgcm_contrib/llc_hires/llc_1080
59  cvs co -r checkpoint66h MITgcm_code  cvs co -r checkpoint66h MITgcm_code
# Line 26  mv data.exch2_30x30x16848 data.exch2 Line 80  mv data.exch2_30x30x16848 data.exch2
80  mpiexec -n 16848 ./mitgcmuv &  mpiexec -n 16848 ./mitgcmuv &
81    
82  ==============  ==============
83  # interactive 36x36x11700 tile configuration with newer MITgcm code  # interactive 36x36x11700 tile configuration with MITgcm checkpoint66h
84  cd ~/llc_1080  cd ~/llc_1080
85  cvs co MITgcm_contrib/llc_hires/llc_1080  cvs co MITgcm_contrib/llc_hires/llc_1080
86  cvs co -r checkpoint66h MITgcm_code  cvs co -r checkpoint66h MITgcm_code
# Line 53  mv data.exch2_36x36x11700 data.exch2 Line 107  mv data.exch2_36x36x11700 data.exch2
107  mpiexec -n 11700 ./mitgcmuv &  mpiexec -n 11700 ./mitgcmuv &
108    
109  ==============  ==============
110  # interactive 40x40x9477 tile configuration with newer MITgcm code  # interactive 40x40x9477 tile configuration with MITgcm checkpoint66h
111  cd ~/llc_1080  cd ~/llc_1080
112  cvs co MITgcm_contrib/llc_hires/llc_1080  cvs co MITgcm_contrib/llc_hires/llc_1080
113  cvs co -r checkpoint66h MITgcm_code  cvs co -r checkpoint66h MITgcm_code
# Line 80  mv data.exch2_40x40x9477 data.exch2 Line 134  mv data.exch2_40x40x9477 data.exch2
134  mpiexec -n 9477 ./mitgcmuv &  mpiexec -n 9477 ./mitgcmuv &
135    
136  ==============  ==============
137  # interactive 45x45x7488 tile configuration with newer MITgcm code  # interactive 45x45x7488 tile configuration with MITgcm checkpoint66h
138  cd ~/llc_1080  cd ~/llc_1080
139  cvs co MITgcm_contrib/llc_hires/llc_1080  cvs co MITgcm_contrib/llc_hires/llc_1080
140  cvs co -r checkpoint66h MITgcm_code  cvs co -r checkpoint66h MITgcm_code
# Line 107  mv data.exch2_45x45x7488 data.exch2 Line 161  mv data.exch2_45x45x7488 data.exch2
161  mpiexec -n 7488 ./mitgcmuv &  mpiexec -n 7488 ./mitgcmuv &
162    
163  ==============  ==============
164  # interactive 54x54x5200 tile configuration with newer MITgcm code  # interactive 54x54x5200 tile configuration with MITgcm checkpoint66h
165  cd ~/llc_1080  cd ~/llc_1080
166  cvs co MITgcm_contrib/llc_hires/llc_1080  cvs co MITgcm_contrib/llc_hires/llc_1080
167  cvs co -r checkpoint66h MITgcm_code  cvs co -r checkpoint66h MITgcm_code
# Line 134  mv data.exch2_54x54x5200 data.exch2 Line 188  mv data.exch2_54x54x5200 data.exch2
188  mpiexec -n 5200 ./mitgcmuv &  mpiexec -n 5200 ./mitgcmuv &
189    
190  ==============  ==============
191  # Interactive 90x90x1342 tile configuration with newer MITgcm code  # Interactive 90x90x1342 tile configuration with MITgcm checkpoint66h
192  cd ~/llc_1080  cd ~/llc_1080
193  cvs co MITgcm_contrib/llc_hires/llc_1080  cvs co MITgcm_contrib/llc_hires/llc_1080
194  cvs co -r checkpoint66h MITgcm_code  cvs co -r checkpoint66h MITgcm_code

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

  ViewVC Help
Powered by ViewVC 1.1.22