/[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.10 - (hide annotations) (download)
Sun Jan 12 01:17:21 2014 UTC (11 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.9: +36 -0 lines
File MIME type: text/plain
instructions for first day of integtration of llc4320

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 dimitri 1.10 qsub -I -q R3089666 -l select=1750:model=ivy:aoe=sles11,walltime=04:00:00
10     tcsh
11     cd ~/llc_4320/MITgcm
12     mkdir run
13     lfs setstripe -c -1 run
14     cd run
15     cat $PBS_NODEFILE | awk '{for (i=0;i<20;++i) print $0}' > mynodes
16     setenv PBS_NODEFILE mynodes
17     cp /nobackupp8/chenze/run/mitgcmuv_72x72x29297 .
18     ln -sf /nobackupp8/chenze/run/pickup_seaice_0000000360.meta pickup_seaice.0000000180.meta
19     ln -sf /nobackupp8/chenze/run/pickup_seaice_0000000360.data pickup_seaice.0000000180.data
20     ln -sf /nobackupp8/chenze/run/pickup_0000000360.meta pickup.0000000180.meta
21     ln -sf /nobackupp8/chenze/run/pickup_0000000360.data pickup.0000000180.data
22     ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
23     ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
24     cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
25     mv data.exch2_72x72x29297 data.exch2
26     module purge
27     module load comp-intel/2012.0.032 netcdf/4.0
28     module use -a ~kjtaylor/modulefiles
29     module load sles11sp3/mpt-2.10-nasa201311271217
30     setenv MPI_BUFS_PER_PROC 512
31     setenv MPI_REQUEST_MAX 65536
32     setenv MPI_GROUP_MAX 1024
33     setenv MPI_NUM_MEMORY_REGIONS 8
34     setenv MPI_UNBUFFERED_STDIO 1
35     setenv MPI_MEMMAP_OFF 1
36    
37     mpiexec -n 35000 ./mitgcmuv_72x72x29297
38    
39     tail -f STDOUT.00000 | grep advcfl_w
40    
41     ==============
42    
43 dimitri 1.5 cd ~/llc_4320
44     cvs co MITgcm_code
45     cvs co MITgcm_contrib/llc_hires/llc_4320
46 dimitri 1.9 # set correct tileSizeX and tileSizeY in MITgcm_contrib/llc_hires/llc_4320/cpde-asyn/readtile_mpiio.c
47 dimitri 1.5 cd MITgcm
48     module purge
49     module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
50     mkdir build run
51     lfs setstripe -c -1 run
52     cd build
53 dimitri 1.3 cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h_72x72x29297 SIZE.h
54     ../tools/genmake2 -of \
55     ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
56     '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'
57     make depend
58 dimitri 1.8 make -j 16
59 dimitri 1.3 cd ../run
60 dimitri 1.9 cp ../build/mitgcmuv mitgcmuv_72x72x29297
61 dimitri 1.3 ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
62     ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
63     cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
64     mv data.exch2_72x72x29297 data.exch2
65 dimitri 1.7 export MPI_NUM_MEMORY_REGIONS=256
66 dimitri 1.9 mpiexec -n 35000 ./mitgcmuv_72x72x29297
67    
68 dimitri 1.10 tail -f STDOUT.00000 | grep advcfl_w
69    
70 dimitri 1.9 ==============
71    
72     cd ~/llc_4320
73     cvs co MITgcm_code
74     cvs co MITgcm_contrib/llc_hires/llc_4320
75     # set correct tileSizeX and tileSizeY in MITgcm_contrib/llc_hires/llc_4320/cpde-asyn/readtile_mpiio.c
76     cd MITgcm
77     module purge
78     module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
79     mkdir build run_180x180x5015
80     lfs setstripe -c -1 run_180x180x5015
81     cd build
82     cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h_180x180x5015 SIZE.h
83     ../tools/genmake2 -of \
84     ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
85     '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'
86     make depend
87     make -j 16
88     cd ../run_180x180x5015
89     cp ../build/mitgcmuv mitgcmuv_180x180x5015
90     ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
91     ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
92     cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
93     mv data.exch2_72x72x29297 data.exch2
94     export MPI_NUM_MEMORY_REGIONS=256
95     mpiexec -n 6000 ./mitgcmuv_180x180x5015
96 dimitri 1.3
97     ==============
98    
99 dimitri 1.1 look at output
100    
101     for ts=[0 120 600:10:980 1080:120:2280]
102     fld=quikread_llc(['Eta.' myint2str(ts,10) '.data'],4320);
103     clf,quikplot_llc(fld),caxis([-2.5 2]),thincolorbar
104     title(ts)
105     pause(.1)
106     end
107    
108     ==============
109    
110     to determine empty tiles:
111     grep Empty STDOUT.*
112    
113     =============
114    
115     memory requirements:
116     nPx sNx sNy nSx cpu node0 total
117     3744 180 180 2 san 22,106,128kb 5,195,641,224kb - node ran out of memory and crashed
118     5616 120 120 3 san - node ran out of memory and crashed
119     7488 180 180 1 san
120    
121     =============
122    
123     2 = 2
124     3 = 3
125     2*2 = 4
126     5 = 5
127     2*3 = 6
128     2*2*2 = 8
129     3*3 = 9
130     2*5 = 10
131     2*2*3 = 12
132     3*5 = 15
133     2*2*2*2 = 16
134     2*3*3 = 18
135     2*2*5 = 20
136     2*2*2*3 = 24
137     3*3*3 = 27
138     2*3*5 = 30
139     2*2*2*2*2 = 32
140     2*2*3*3 = 36
141     2*2*2*5 = 40
142     3*3*5 = 45
143     2*2*2*2*3 = 48
144     2*3*3*3 = 54
145     2*2*3*5 = 60
146     2*2*2*3*3 = 72 * 60
147     2*2*2*2*5 = 80 * 54
148     2*3*3*5 = 90 * 48
149     2*2*2*2*2*3 = 96 * 45
150     2*2*3*3*3 = 108 * 40
151     2*2*2*3*5 = 120 * 36
152     3*3*3*5 = 135 * 32
153     2*2*2*2*3*3 = 144 * 30
154     2*2*2*2*2*5 = 160 * 27
155     2*2*3*3*5 = 180 * 24
156     2*2*2*3*3*3 = 216 * 20
157     2*2*2*2*3*5 = 240 * 18
158     2*3*3*3*5 = 270 * 16
159     2*2*2*2*2*3*3 = 288 * 15
160     2*2*2*3*3*5 = 360 * 12
161     2*2*2*2*3*3*3 = 432 * 10
162     2*2*2*2*2*3*5 = 480 * 9
163     2*2*3*3*3*5 = 540 * 8
164     2*2*2*2*3*3*5 = 720 * 6
165     2*2*2*2*2*3*3*3 = 864 * 5
166     2*2*2*3*3*3*5 = 1080 * 4
167     2*2*2*2*2*3*3*5 = 1440 * 3
168     2*2*2*2*3*3*3*5 = 2160 * 2

  ViewVC Help
Powered by ViewVC 1.1.22