1 |
For interactive session, Ivy Bridge nodes: |
2 |
qsub -I -q devel -l select=103:ncpus=20:model=ivy,walltime=02:00:00 |
3 |
qsub -I -q long -l select=103:ncpus=20:model=ivy,walltime=120:00:00 |
4 |
qsub -I -q long -l select=103:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 |
5 |
qsub -I -q normal -l select=103:ncpus=20:model=ivy,walltime=8:00:00 |
6 |
|
7 |
For batch submission: |
8 |
qsub -q devel -l select=103:ncpus=20:model=ivy,walltime=02:00:00 runscript |
9 |
qsub qsub_llc2160.csh |
10 |
|
11 |
============== |
12 |
|
13 |
cvs co MITgcm_code |
14 |
cd MITgcm |
15 |
module purge |
16 |
module load comp-intel/2011.7.256 mpi-sgi/mpt.2.08r7 netcdf/4.0 |
17 |
mkdir build run |
18 |
lfs setstripe -c -1 /nobackupp5/dmenemen/llc_2160/MITgcm/run |
19 |
cd build |
20 |
../tools/genmake2 -of ~/tarballs/llc_2160/code/linux_amd64_ifort+mpi_ice_nas -mpi -mods ~/tarballs/llc_2160/code |
21 |
make depend |
22 |
make -j 16 |
23 |
cd ../run |
24 |
ln -sf ../build/mitgcmuv . |
25 |
ln -sf /nobackup/dmenemen/tarballs/llc_2160/run_template/* . |
26 |
ln -sf /nobackup/dmenemen/forcing/era_interim/EIG_*_2* . |
27 |
ln -sf /nobackup/dmenemen/forcing/era_interim_corrected/EIG_dlw_sub5p_2* . |
28 |
cp /nobackup/dmenemen/tarballs/llc_2160/input/* . |
29 |
mpiexec -n 2047 ./mitgcmuv |
30 |
|
31 |
============== |
32 |
|
33 |
look at output |
34 |
|
35 |
for ts=[0 120 600:10:980 1080:120:2280] |
36 |
fld=quikread_llc(['Eta.' myint2str(ts,10) '.data'],2160); |
37 |
clf,quikplot_llc(fld),caxis([-2.5 2]),thincolorbar |
38 |
title(ts) |
39 |
pause(.1) |
40 |
end |
41 |
|
42 |
============== |
43 |
|
44 |
to determine empty tiles: |
45 |
grep Empty STDOUT.* |
46 |
|
47 |
============== |
48 |
|
49 |
memory requirements: |
50 |
nPx sNx sNy nSx cpu node0 total rank0 rankm |
51 |
936 180 180 2 san node ran out of memory and crashed with singlecpuio |
52 |
1053 240 240 1 san node ran out of memory and crashed with singlecpuio |
53 |
1300 216 216 1 san node ran out of memory and crashed with singlecpuio |
54 |
1872 180 180 1 wes node ran out of memory and crashed with singlecpuio |
55 |
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 |
56 |
1872 180 180 1 san node ran out of memory and crashed with singlecpuio |
57 |
1872 180 180 1 san 11,558,588kb 1,356,676,140kb singlecpuio=.FALSE. |
58 |
2925 144 144 1 san 8,374,668kb 1,538,454,112kb 886MB 892MB singlecpuio=.FALSE. |
59 |
2925 144 144 1 san 27,284,996kb 4,942,949,704kb node ran out of memory and crashed with singlecpuio |
60 |
3328 135 135 1 san rank 0 run out of memory |
61 |
3328 135 135 1 san some random node run out of memory (full node for rank 0) |
62 |
4212 120 120 1 san node ran out of memory |
63 |
5200 108 108 1 san node ran out of memory |
64 |
|
65 |
============= |
66 |
|
67 |
2 = 2 |
68 |
3 = 3 |
69 |
2*2 = 4 |
70 |
5 = 5 |
71 |
2*3 = 6 |
72 |
2*2*2 = 8 |
73 |
3*3 = 9 |
74 |
2*5 = 10 |
75 |
2*2*3 = 12 |
76 |
3*5 = 15 |
77 |
2*2*2*2 = 16 |
78 |
2*3*3 = 18 |
79 |
2*2*5 = 20 |
80 |
2*2*2*3 = 24 |
81 |
3*3*3 = 27 |
82 |
2*3*5 = 30 |
83 |
2*2*3*3 = 36 |
84 |
2*2*2*5 = 40 |
85 |
3*3*5 = 45 |
86 |
2*2*2*2*3 = 48 * 45 |
87 |
2*3*3*3 = 54 * 40 |
88 |
2*2*3*5 = 60 * 36 |
89 |
2*2*2*3*3 = 72 * 30 |
90 |
2*2*2*2*5 = 80 * 27 |
91 |
2*3*3*5 = 90 * 24 |
92 |
2*2*3*3*3 = 108 * 20 |
93 |
2*2*2*3*5 = 120 * 18 |
94 |
3*3*3*5 = 135 * 16 |
95 |
2*2*2*2*3*3 = 144 * 15 |
96 |
2*2*3*3*5 = 180 * 12 |
97 |
2*2*2*3*3*3 = 216 * 10 |
98 |
2*2*2*2*3*5 = 240 * 9 |
99 |
2*3*3*3*5 = 270 * 8 |
100 |
2*2*2*3*3*5 = 360 * 6 |
101 |
2*2*2*2*3*3*3 = 432 * 5 |
102 |
2*2*3*3*3*5 = 540 * 4 |
103 |
2*2*2*2*3*3*5 = 720 * 3 |
104 |
2*2*2*3*3*3*5 = 1080 * 2 |