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

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

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


Revision 1.5 - (hide annotations) (download)
Fri Oct 25 21:56:22 2013 UTC (11 years, 9 months ago) by dimitri
Branch: MAIN
Changes since 1.4: +3 -2 lines
File MIME type: text/plain
changing to ECMWF operational and adding atmospheric pressure forcing

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

  ViewVC Help
Powered by ViewVC 1.1.22