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

Annotation of /MITgcm_contrib/llc_hires/llc_4320/readme.txt

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


Revision 1.3 - (hide annotations) (download)
Wed Oct 30 06:33:24 2013 UTC (11 years, 9 months ago) by dimitri
Branch: MAIN
Changes since 1.2: +32 -3 lines
File MIME type: text/plain
checking in miscellaneous changes from today

1 dimitri 1.1 For interactive session, Ivy Bridge nodes:
2     qsub -I -q devel -l select=300:ncpus=20:model=ivy,walltime=02:00:00
3     qsub -I -q long -l select=300:ncpus=20:model=ivy,walltime=120:00:00
4     qsub -I -q long -l select=300:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00
5     qsub -I -q normal -l select=300:ncpus=20:model=ivy,walltime=8:00:00
6 dimitri 1.3 qsub -q ecco -I -W group_list=g26209 -l select=1000:ncpus=20:aoe=sles11,walltime=100:00:00 -m abe -M menemenlis@jpl.nasa.gov
7    
8 dimitri 1.1
9     For batch submission:
10     qsub -q devel -l select=300:ncpus=20:model=ivy,walltime=02:00:00 runscript
11     qsub qsub_llc2160.csh
12    
13     ==============
14    
15 dimitri 1.3 cd ~/llc_4320
16     cvs co MITgcm_code
17     cvs co MITgcm_contrib/llc_hires/llc_4320
18     cd MITgcm
19     module purge
20     module load comp-intel/11.1.072 mpi-sgi/mpt.2.08r7 netcdf/4.0
21     mkdir build run
22     lfs setstripe -c -1 run
23     cd build
24     cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h_72x72x29297 SIZE.h
25     ../tools/genmake2 -of \
26     ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
27     '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'
28     make depend
29     make -j 8
30     cd ../run
31     ln -sf ../build/mitgcmuv .
32     ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
33     ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
34     cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
35     mv data.exch2_72x72x29297 data.exch2
36     mpiexec -n 35000 ./mitgcmuv
37    
38     ==============
39    
40 dimitri 1.1 cvs co MITgcm_code
41     cd MITgcm
42     module purge
43 dimitri 1.2 module load comp-intel/2012.0.032 mpi-sgi/mpt.2.06r6 netcdf/4.0
44 dimitri 1.1 mkdir build run
45 dimitri 1.3 lfs setstripe -c -1 run
46 dimitri 1.1 cd build
47 dimitri 1.3 cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h
48     _180x180x5015 SIZE.h
49 dimitri 1.2 ../tools/genmake2 -of ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
50     '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'
51 dimitri 1.1 make depend
52     make -j 16
53     cd ../run
54     ln -sf ../build/mitgcmuv .
55     ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
56 dimitri 1.2 ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
57     cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
58 dimitri 1.3 mv data.exch2_72x72x29297 data.exch2
59     mpiexec -n 32000 ./mitgcmuv
60 dimitri 1.1
61     ==============
62    
63     look at output
64    
65     for ts=[0 120 600:10:980 1080:120:2280]
66     fld=quikread_llc(['Eta.' myint2str(ts,10) '.data'],4320);
67     clf,quikplot_llc(fld),caxis([-2.5 2]),thincolorbar
68     title(ts)
69     pause(.1)
70     end
71    
72     ==============
73    
74     to determine empty tiles:
75     grep Empty STDOUT.*
76    
77     =============
78    
79     memory requirements:
80     nPx sNx sNy nSx cpu node0 total
81     3744 180 180 2 san 22,106,128kb 5,195,641,224kb - node ran out of memory and crashed
82     5616 120 120 3 san - node ran out of memory and crashed
83     7488 180 180 1 san
84    
85     =============
86    
87     2 = 2
88     3 = 3
89     2*2 = 4
90     5 = 5
91     2*3 = 6
92     2*2*2 = 8
93     3*3 = 9
94     2*5 = 10
95     2*2*3 = 12
96     3*5 = 15
97     2*2*2*2 = 16
98     2*3*3 = 18
99     2*2*5 = 20
100     2*2*2*3 = 24
101     3*3*3 = 27
102     2*3*5 = 30
103     2*2*2*2*2 = 32
104     2*2*3*3 = 36
105     2*2*2*5 = 40
106     3*3*5 = 45
107     2*2*2*2*3 = 48
108     2*3*3*3 = 54
109     2*2*3*5 = 60
110     2*2*2*3*3 = 72 * 60
111     2*2*2*2*5 = 80 * 54
112     2*3*3*5 = 90 * 48
113     2*2*2*2*2*3 = 96 * 45
114     2*2*3*3*3 = 108 * 40
115     2*2*2*3*5 = 120 * 36
116     3*3*3*5 = 135 * 32
117     2*2*2*2*3*3 = 144 * 30
118     2*2*2*2*2*5 = 160 * 27
119     2*2*3*3*5 = 180 * 24
120     2*2*2*3*3*3 = 216 * 20
121     2*2*2*2*3*5 = 240 * 18
122     2*3*3*3*5 = 270 * 16
123     2*2*2*2*2*3*3 = 288 * 15
124     2*2*2*3*3*5 = 360 * 12
125     2*2*2*2*3*3*3 = 432 * 10
126     2*2*2*2*2*3*5 = 480 * 9
127     2*2*3*3*3*5 = 540 * 8
128     2*2*2*2*3*3*5 = 720 * 6
129     2*2*2*2*2*3*3*3 = 864 * 5
130     2*2*2*3*3*3*5 = 1080 * 4
131     2*2*2*2*2*3*3*5 = 1440 * 3
132     2*2*2*2*3*3*3*5 = 2160 * 2

  ViewVC Help
Powered by ViewVC 1.1.22