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

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

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


Revision 1.2 - (show annotations) (download)
Tue Oct 29 08:14:40 2013 UTC (11 years, 9 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +13 -7 lines
File MIME type: text/plain
adding code-async for llc_2160

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

  ViewVC Help
Powered by ViewVC 1.1.22