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