/[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.9 - (hide annotations) (download)
Fri Jan 10 20:52:36 2014 UTC (11 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.8: +30 -2 lines
File MIME type: text/plain
changing initial conditions to llc2160, September 10, 2011

1 dimitri 1.1 For interactive session, Ivy Bridge nodes:
2 dimitri 1.6 qsub -I -q devel -l select=300:ncpus=20:model=ivy,walltime=02:00:00 -m abe -M email
3     qsub -I -q normal -l select=300:ncpus=20:model=ivy,walltime=8:00:00 -m abe -M email
4     qsub -I -q long -l select=300:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M email
5     qsub -I -q long -l select=300:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M email
6 dimitri 1.5
7     ==============
8    
9     cd ~/llc_4320
10     cvs co MITgcm_code
11     cvs co MITgcm_contrib/llc_hires/llc_4320
12 dimitri 1.9 # set correct tileSizeX and tileSizeY in MITgcm_contrib/llc_hires/llc_4320/cpde-asyn/readtile_mpiio.c
13 dimitri 1.5 cd MITgcm
14     module purge
15     module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
16     mkdir build run
17     lfs setstripe -c -1 run
18     cd build
19 dimitri 1.3 cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h_72x72x29297 SIZE.h
20     ../tools/genmake2 -of \
21     ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
22     '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'
23     make depend
24 dimitri 1.8 make -j 16
25 dimitri 1.3 cd ../run
26 dimitri 1.9 cp ../build/mitgcmuv mitgcmuv_72x72x29297
27 dimitri 1.3 ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
28     ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
29     cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
30     mv data.exch2_72x72x29297 data.exch2
31 dimitri 1.7 export MPI_NUM_MEMORY_REGIONS=256
32 dimitri 1.9 mpiexec -n 35000 ./mitgcmuv_72x72x29297
33    
34     ==============
35    
36     cd ~/llc_4320
37     cvs co MITgcm_code
38     cvs co MITgcm_contrib/llc_hires/llc_4320
39     # set correct tileSizeX and tileSizeY in MITgcm_contrib/llc_hires/llc_4320/cpde-asyn/readtile_mpiio.c
40     cd MITgcm
41     module purge
42     module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
43     mkdir build run_180x180x5015
44     lfs setstripe -c -1 run_180x180x5015
45     cd build
46     cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h_180x180x5015 SIZE.h
47     ../tools/genmake2 -of \
48     ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
49     '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'
50     make depend
51     make -j 16
52     cd ../run_180x180x5015
53     cp ../build/mitgcmuv mitgcmuv_180x180x5015
54     ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
55     ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
56     cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
57     mv data.exch2_72x72x29297 data.exch2
58     export MPI_NUM_MEMORY_REGIONS=256
59     mpiexec -n 6000 ./mitgcmuv_180x180x5015
60 dimitri 1.3
61     ==============
62    
63 dimitri 1.1 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