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

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

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


Revision 1.4 - (hide annotations) (download)
Sun Nov 3 05:08:18 2013 UTC (11 years, 8 months ago) by dimitri
Branch: MAIN
Changes since 1.3: +7 -12 lines
File MIME type: text/plain
adding blank tile list configurations for 60x60, 72x72, and 80x80 tiles

1 dimitri 1.1 For interactive session, Ivy Bridge nodes:
2 dimitri 1.4 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=103: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=103:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M email
6 dimitri 1.1
7     ==============
8    
9 dimitri 1.2 cd ~/llc_2160
10 dimitri 1.1 cvs co MITgcm_code
11 dimitri 1.2 cvs co MITgcm_contrib/llc_hires/llc_2160
12 dimitri 1.1 cd MITgcm
13     module purge
14 dimitri 1.4 module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
15 dimitri 1.1 mkdir build run
16 dimitri 1.2 lfs setstripe -c -1 run
17 dimitri 1.1 cd build
18 dimitri 1.3 cp ../../MITgcm_contrib/llc_hires/llc_2160/code/SIZE.h_90x90_5004 SIZE.h
19 dimitri 1.2 ../tools/genmake2 -of \
20     ../../MITgcm_contrib/llc_hires/llc_2160/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
21     '../../MITgcm_contrib/llc_hires/llc_2160/code ../../MITgcm_contrib/llc_hires/llc_2160/code-async'
22 dimitri 1.1 make depend
23     make -j 16
24 dimitri 1.4 cd ~/llc_2160/MITgcm/run
25 dimitri 1.1 ln -sf ../build/mitgcmuv .
26     ln -sf /nobackup/dmenemen/tarballs/llc_2160/run_template/* .
27 dimitri 1.2 ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
28     cp ../../MITgcm_contrib/llc_hires/llc_2160/input/* .
29 dimitri 1.3 mv data.exch2_90x90x5004 data.exch2
30 dimitri 1.4 mpiexec -n 6600 ./mitgcmuv
31 dimitri 1.1
32     ==============
33    
34     look at output
35    
36     for ts=[0 120 600:10:980 1080:120:2280]
37     fld=quikread_llc(['Eta.' myint2str(ts,10) '.data'],2160);
38     clf,quikplot_llc(fld),caxis([-2.5 2]),thincolorbar
39     title(ts)
40     pause(.1)
41     end
42    
43     ==============
44    
45     to determine empty tiles:
46     grep Empty STDOUT.*
47    
48     ==============
49    
50     memory requirements:
51     nPx sNx sNy nSx cpu node0 total rank0 rankm
52     936 180 180 2 san node ran out of memory and crashed with singlecpuio
53     1053 240 240 1 san node ran out of memory and crashed with singlecpuio
54     1300 216 216 1 san node ran out of memory and crashed with singlecpuio
55     1872 180 180 1 wes node ran out of memory and crashed with singlecpuio
56     1872 180 180 1 wes 21,377,644kb 3,294,676,080kb node ran out of memory with singlecpuio and bigmem=true:mem=90GB for node 0
57     1872 180 180 1 san node ran out of memory and crashed with singlecpuio
58     1872 180 180 1 san 11,558,588kb 1,356,676,140kb singlecpuio=.FALSE.
59     2925 144 144 1 san 8,374,668kb 1,538,454,112kb 886MB 892MB singlecpuio=.FALSE.
60     2925 144 144 1 san 27,284,996kb 4,942,949,704kb node ran out of memory and crashed with singlecpuio
61     3328 135 135 1 san rank 0 run out of memory
62     3328 135 135 1 san some random node run out of memory (full node for rank 0)
63     4212 120 120 1 san node ran out of memory
64     5200 108 108 1 san node ran out of memory
65    
66     =============
67    
68     2 = 2
69     3 = 3
70     2*2 = 4
71     5 = 5
72     2*3 = 6
73     2*2*2 = 8
74     3*3 = 9
75     2*5 = 10
76     2*2*3 = 12
77     3*5 = 15
78     2*2*2*2 = 16
79     2*3*3 = 18
80     2*2*5 = 20
81     2*2*2*3 = 24
82     3*3*3 = 27
83     2*3*5 = 30
84     2*2*3*3 = 36
85     2*2*2*5 = 40
86     3*3*5 = 45
87     2*2*2*2*3 = 48 * 45
88     2*3*3*3 = 54 * 40
89     2*2*3*5 = 60 * 36
90     2*2*2*3*3 = 72 * 30
91     2*2*2*2*5 = 80 * 27
92     2*3*3*5 = 90 * 24
93     2*2*3*3*3 = 108 * 20
94     2*2*2*3*5 = 120 * 18
95     3*3*3*5 = 135 * 16
96     2*2*2*2*3*3 = 144 * 15
97     2*2*3*3*5 = 180 * 12
98     2*2*2*3*3*3 = 216 * 10
99     2*2*2*2*3*5 = 240 * 9
100     2*3*3*3*5 = 270 * 8
101     2*2*2*3*3*5 = 360 * 6
102     2*2*2*2*3*3*3 = 432 * 5
103     2*2*3*3*3*5 = 540 * 4
104     2*2*2*2*3*3*5 = 720 * 3
105     2*2*2*3*3*3*5 = 1080 * 2

  ViewVC Help
Powered by ViewVC 1.1.22