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

Annotation of /MITgcm_contrib/llc_hires/llc_2160/readme.txt

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


Revision 1.12 - (hide annotations) (download)
Wed Nov 16 15:28:28 2016 UTC (8 years, 8 months ago) by dimitri
Branch: MAIN
Changes since 1.11: +1 -1 lines
File MIME type: text/plain
Adding a checkpoint tag to cvs checkout

1 dimitri 1.1 For interactive session, Ivy Bridge nodes:
2 dimitri 1.10 qsub -I -q devel -l select=300:ncpus=20:model=ivy,walltime=02:00:00 -m abe -M YOUR_EMAIL_HERE
3     qsub -I -q normal -l select=103:ncpus=20:model=ivy,walltime=8:00:00 -m abe -M YOUR_EMAIL_HERE
4     qsub -I -q long -l select=300:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M YOUR_EMAIL_HERE
5     qsub -I -q long -l select=103:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M YOUR_EMAIL_HERE
6 dimitri 1.1
7 dimitri 1.7 #############################
8     # 60x60x10882 configuration
9    
10 dimitri 1.10 qsub -I -q long -l select=600:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M YOUR_EMAIL_HERE
11 dimitri 1.7 module purge
12 dimitri 1.10 module load comp-intel/2012.0.032 mpi-sgi/mpt.2.10r6 netcdf/4.0
13 dimitri 1.7 cd ~/llc_2160
14 dimitri 1.12 cvs co -r checkpoint64t MITgcm_code
15 dimitri 1.8 cvs co MITgcm_contrib/llc_hires/llc_2160
16 dimitri 1.7 cd MITgcm
17     mkdir build run
18     cd build
19     cp ../../MITgcm_contrib/llc_hires/llc_2160/code/SIZE.h_60x60_10882 SIZE.h
20     cp ../../MITgcm_contrib/llc_hires/llc_2160/code-async/readtile_mpiio.c .
21     emacs readtile_mpiio.c
22     tileSizeX = 60;
23     tileSizeY = 60;
24     ../tools/genmake2 -of \
25     ../../MITgcm_contrib/llc_hires/llc_2160/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
26     '../../MITgcm_contrib/llc_hires/llc_2160/code ../../MITgcm_contrib/llc_hires/llc_2160/code-async'
27     make depend
28     make -j 16
29    
30 dimitri 1.9 cd ~/llc_2160/MITgcm/run
31 dimitri 1.7 cp ../build/mitgcmuv mitgcmuv_60x60x10882
32     ln -sf /nobackup/dmenemen/tarballs/llc_2160/run_template/* .
33     ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
34     cp ../../MITgcm_contrib/llc_hires/llc_2160/input/* .
35 dimitri 1.10 cp ../../MITgcm_contrib/llc_hires/llc_2160/input/data.exch2_60x60x10882 data.exch2
36 dimitri 1.7 emacs data
37    
38     export MPI_BUFS_PER_PROC=1024
39     export MPI_REQUEST_MAX=65536
40     export MPI_GROUP_MAX=1024
41     export MPI_NUM_MEMORY_REGIONS=8
42     export MPI_UNBUFFERED_STDIO=1
43     export MPI_MEMMAP_OFF=1
44 dimitri 1.8 export MPI_UD_TIMEOUT=100
45 dimitri 1.7 mpiexec -n 12000 ./mitgcmuv_60x60x10882
46    
47     tail -f STDOUT.00000 | grep advcfl_W
48    
49 dimitri 1.10 ################################################
50     # 144x144x2047 configuration for grid generation
51    
52     qsub -I -q devel -l select=103:ncpus=20:model=ivy,walltime=02:00:00 -m abe -M YOUR_EMAIL_HERE
53     module purge
54     module load comp-intel/2012.0.032 mpi-sgi/mpt.2.10r6 netcdf/4.0
55     cd ~/llc_2160
56     cvs co MITgcm_code
57     cvs co MITgcm_contrib/llc_hires/llc_2160
58     cd MITgcm
59     mkdir build run_grid
60     lfs setstripe -c -1 run_grid
61     cd build
62     cp ../../MITgcm_contrib/llc_hires/llc_2160/code/SIZE.h_144x144x2047 SIZE.h
63     ../tools/genmake2 -of \
64     ../../MITgcm_contrib/llc_hires/llc_2160/code-async/linux_amd64_ifort+mpi_ice_nas \
65     -mpi -mods ../../MITgcm_contrib/llc_hires/llc_2160/code
66     make depend
67     make -j 16
68    
69     cd ~/llc_2160/MITgcm/run_grid
70     cp ../build/mitgcmuv mitgcmuv_144x144x2047
71     ln -sf /nobackup/dmenemen/tarballs/llc_2160/run_template/* .
72     ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
73     cp ../../MITgcm_contrib/llc_hires/llc_2160/input/* .
74     cp ../../MITgcm_contrib/llc_hires/llc_2160/input/data.exch2_144x144x2047 data.exch2
75    
76     emacs data
77     debuglevel=3,
78     useSingleCPUio=.TRUE.,
79     endtime=0.,
80     deltaT = 1.,
81    
82     mpiexec -n 2047 ./mitgcmuv_144x144x2047
83    
84 dimitri 1.1 ==============
85    
86 dimitri 1.2 cd ~/llc_2160
87 dimitri 1.1 cvs co MITgcm_code
88 dimitri 1.2 cvs co MITgcm_contrib/llc_hires/llc_2160
89 dimitri 1.1 cd MITgcm
90     module purge
91 dimitri 1.4 module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
92 dimitri 1.1 mkdir build run
93 dimitri 1.2 lfs setstripe -c -1 run
94 dimitri 1.1 cd build
95 dimitri 1.3 cp ../../MITgcm_contrib/llc_hires/llc_2160/code/SIZE.h_90x90_5004 SIZE.h
96 dimitri 1.2 ../tools/genmake2 -of \
97     ../../MITgcm_contrib/llc_hires/llc_2160/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
98     '../../MITgcm_contrib/llc_hires/llc_2160/code ../../MITgcm_contrib/llc_hires/llc_2160/code-async'
99 dimitri 1.1 make depend
100     make -j 16
101 dimitri 1.4 cd ~/llc_2160/MITgcm/run
102 dimitri 1.1 ln -sf ../build/mitgcmuv .
103     ln -sf /nobackup/dmenemen/tarballs/llc_2160/run_template/* .
104 dimitri 1.2 ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
105     cp ../../MITgcm_contrib/llc_hires/llc_2160/input/* .
106 dimitri 1.3 mv data.exch2_90x90x5004 data.exch2
107 dimitri 1.5 export MPI_NUM_MEMORY_REGIONS=256
108 dimitri 1.6 mpiexec -n 6000 ./mitgcmuv
109 dimitri 1.1
110     ==============
111    
112     look at output
113    
114     for ts=[0 120 600:10:980 1080:120:2280]
115     fld=quikread_llc(['Eta.' myint2str(ts,10) '.data'],2160);
116     clf,quikplot_llc(fld),caxis([-2.5 2]),thincolorbar
117     title(ts)
118     pause(.1)
119     end
120    
121     ==============
122    
123     to determine empty tiles:
124     grep Empty STDOUT.*
125    
126     ==============
127    
128     memory requirements:
129     nPx sNx sNy nSx cpu node0 total rank0 rankm
130     936 180 180 2 san node ran out of memory and crashed with singlecpuio
131     1053 240 240 1 san node ran out of memory and crashed with singlecpuio
132     1300 216 216 1 san node ran out of memory and crashed with singlecpuio
133     1872 180 180 1 wes node ran out of memory and crashed with singlecpuio
134     1872 180 180 1 wes 21,377,644kb 3,294,676,080kb node ran out of memory with singlecpuio and bigmem=true:mem=90GB for node 0
135     1872 180 180 1 san node ran out of memory and crashed with singlecpuio
136     1872 180 180 1 san 11,558,588kb 1,356,676,140kb singlecpuio=.FALSE.
137     2925 144 144 1 san 8,374,668kb 1,538,454,112kb 886MB 892MB singlecpuio=.FALSE.
138     2925 144 144 1 san 27,284,996kb 4,942,949,704kb node ran out of memory and crashed with singlecpuio
139     3328 135 135 1 san rank 0 run out of memory
140     3328 135 135 1 san some random node run out of memory (full node for rank 0)
141     4212 120 120 1 san node ran out of memory
142     5200 108 108 1 san node ran out of memory
143    
144     =============
145    
146     2 = 2
147     3 = 3
148     2*2 = 4
149     5 = 5
150     2*3 = 6
151     2*2*2 = 8
152     3*3 = 9
153     2*5 = 10
154     2*2*3 = 12
155     3*5 = 15
156     2*2*2*2 = 16
157     2*3*3 = 18
158     2*2*5 = 20
159     2*2*2*3 = 24
160     3*3*3 = 27
161     2*3*5 = 30
162     2*2*3*3 = 36
163     2*2*2*5 = 40
164     3*3*5 = 45
165     2*2*2*2*3 = 48 * 45
166     2*3*3*3 = 54 * 40
167     2*2*3*5 = 60 * 36
168     2*2*2*3*3 = 72 * 30
169     2*2*2*2*5 = 80 * 27
170     2*3*3*5 = 90 * 24
171     2*2*3*3*3 = 108 * 20
172     2*2*2*3*5 = 120 * 18
173     3*3*3*5 = 135 * 16
174     2*2*2*2*3*3 = 144 * 15
175     2*2*3*3*5 = 180 * 12
176     2*2*2*3*3*3 = 216 * 10
177     2*2*2*2*3*5 = 240 * 9
178     2*3*3*3*5 = 270 * 8
179     2*2*2*3*3*5 = 360 * 6
180     2*2*2*2*3*3*3 = 432 * 5
181     2*2*3*3*3*5 = 540 * 4
182     2*2*2*2*3*3*5 = 720 * 3
183     2*2*2*3*3*3*5 = 1080 * 2

  ViewVC Help
Powered by ViewVC 1.1.22