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

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

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


Revision 1.9 - (show annotations) (download)
Wed Nov 6 18:12:56 2013 UTC (11 years, 8 months ago) by dimitri
Branch: MAIN
Changes since 1.8: +1 -1 lines
File MIME type: text/plain
the latest magic numbers that allow this model configuration to run stably

1 For interactive session, Ivy Bridge nodes:
2 qsub -I -q devel -l select=170:ncpus=20:model=ivy,walltime=02:00:00 -m abe -M email
3 qsub -I -q long -l select=170:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M email
4 qsub -I -q long -l select=170:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M email
5
6 ==============
7 # 60x60x2872 tile configuration
8
9 cd ~/llc_1080
10 cvs co MITgcm_code
11 cvs co MITgcm_contrib/llc_hires/llc_1080
12 cd MITgcm
13 module purge
14 module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
15 mkdir build run
16 lfs setstripe -c -1 run
17 cd build
18 cp ../../MITgcm_contrib/llc_hires/llc_1080/code/SIZE.h_60x60x2872 SIZE.h
19 ../tools/genmake2 -of \
20 ../../MITgcm_contrib/llc_hires/llc_1080/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
21 '../../MITgcm_contrib/llc_hires/llc_1080/code ../../MITgcm_contrib/llc_hires/llc_1080/code-async'
22 make depend
23 make -j 16
24 cd ~/llc_1080/MITgcm/run
25 ln -sf ../build/mitgcmuv .
26 ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* .
27 ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
28 cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* .
29 mv data.exch2_60x60x2872 data.exch2
30 export MPI_NUM_MEMORY_REGIONS=256
31 mpiexec -n 3400 ./mitgcmuv
32
33 ==============
34 # 90x90x1342 tile configuration
35
36 cd ~/llc_1080
37 cvs co MITgcm_code
38 cvs co MITgcm_contrib/llc_hires/llc_1080
39 cd MITgcm
40 module purge
41 module load comp-intel/2011.2 mpi-sgi/mpt.2.06r6 netcdf/4.0
42 mkdir build run
43 lfs setstripe -c -1 run
44 cd build
45 cp ../../MITgcm_contrib/llc_hires/llc_1080/code/SIZE.h_90x90x1342 SIZE.h
46 ../tools/genmake2 -of \
47 ../../MITgcm_contrib/llc_hires/llc_1080/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
48 '../../MITgcm_contrib/llc_hires/llc_1080/code ../../MITgcm_contrib/llc_hires/llc_1080/code-async'
49 make depend
50 make -j 16
51 cd ../run
52 ln -sf ../build/mitgcmuv .
53 ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* .
54 #ln -sf /nobackup/dmenemen/forcing/era_interim/EIG_*_2* .
55 #ln -sf /nobackup/dmenemen/forcing/era_interim_corrected/EIG_dlw_sub5p_2* .
56 ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
57 cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* .
58 mv data.exch2_90x90x1342 data.exch2
59 export MPI_NUM_MEMORY_REGIONS=256
60 mpiexec -n 1600 ./mitgcmuv
61
62 ==============
63
64 look at output
65
66 for ts=[50760]
67 fld=quikread_llc(['Eta.' myint2str(ts,10) '.data'],1080);
68 clf,quikplot_llc(fld),caxis([-2.5 2]),thincolorbar
69 title(ts)
70 pause(.1)
71 end
72
73 ts=50760;
74 for fld={'S''T','U','V','W','HEFF'}
75 tmp=quikread_llc([fld{1} '.' myint2str(ts,10) '.data'],1080);
76 clf,quikplot_llc(tmp),thincolorbar
77 title(fld{1})
78 pause
79 end
80
81 ==============
82
83 to determine empty tiles:
84 grep Empty STDOUT.*
85
86 ==============
87
88 memory requirements:
89 nPx sNx sNy nSx node0 total rank0 rank1
90 702 60 60 6 17,642,924kb 770,168,568kb
91 468 60 60 9 22,083,004kb 643,301,784kb
92 468 180 180 1 24,719,776kb 720,415,552kb 1678MB 1563MB
93 351 60 60 12 26,660,020kb 582,815,544kb
94 351 120 120 3 25,110,324kb 548,819,772kb 1711MB 1586MB
95 351 120 120 3 6,543,780kb 56,729,484kb - with globalFiles - run out of time
96 325 54 54 16 29,029,744kb 587,831,344kb
97 325 216 216 1 29,249,232kb 426,554,484kb - node ran out of memory and crashed
98 234 90 90 8 30,590,952kb 431,252,200kb - node ran out of memory and crashed
99 234 180 180 2 27,682,360kb 307,181,152kb - node ran out of memory and crashed
100
101 =============
102 factor(3240) = 2 2 2 3 3 3 3 5
103 factor(1080) = 2 2 2 3 3 3 5
104
105 2 = 2
106 3 = 3
107 2*2 = 4
108 5 = 5
109 2*3 = 6
110 2*2*2 = 8
111 3*3 = 9
112 2*5 = 10
113 2*2*3 = 12
114 3*5 = 15
115 2*3*3 = 18
116 2*2*5 = 20
117 2*2*2*3 = 24
118 3*3*3 = 27
119 2*3*5 = 30
120 2*2*3*3 = 36 * 30
121 2*2*2*5 = 40 * 27
122 3*3*5 = 45 * 24
123 2*3*3*3 = 54 * 20
124 2*2*3*5 = 60 * 18
125 2*2*2*3*3 = 72 * 15
126 2*3*3*5 = 90 * 12
127 2*2*3*3*3 = 108 * 10
128 2*2*2*3*5 = 120 * 9
129 3*3*3*5 = 135 * 8
130 2*2*3*3*5 = 180 * 6
131 2*2*2*3*3*3 = 216 * 5
132 2*3*3*3*5 = 270 * 4
133 2*2*2*3*3*5 = 360 * 3
134 2*2*3*3*3*5 = 540 * 2

  ViewVC Help
Powered by ViewVC 1.1.22