/[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.6 - (show annotations) (download)
Tue Oct 29 07:20:16 2013 UTC (11 years, 9 months ago) by dimitri
Branch: MAIN
Changes since 1.5: +27 -3 lines
File MIME type: text/plain
adding 60x60 configuration

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

  ViewVC Help
Powered by ViewVC 1.1.22