| 1 |
dimitri |
1.11 |
============== |
| 2 |
|
|
# interactive 90x90x1342 tile configuration from scratch |
| 3 |
|
|
cd ~/llc_1080 |
| 4 |
|
|
cvs co MITgcm_contrib/llc_hires/llc_1080 |
| 5 |
|
|
cvs co -r checkpoint64p MITgcm_code |
| 6 |
|
|
qsub -I -q long -l select=48:ncpus=28:model=bro,walltime=120:00:00 -m abe |
| 7 |
|
|
module purge |
| 8 |
|
|
module load comp-intel/2016.2.181 mpi-sgi/mpt.2.15r20 |
| 9 |
|
|
cd ~/llc_1080/MITgcm |
| 10 |
|
|
mkdir build run |
| 11 |
|
|
lfs setstripe -c -1 run |
| 12 |
|
|
cd build |
| 13 |
|
|
cp ../../MITgcm_contrib/llc_hires/llc_1080/code/SIZE.h_90x90x1342 SIZE.h |
| 14 |
|
|
../tools/genmake2 -of \ |
| 15 |
|
|
../../MITgcm_contrib/llc_hires/llc_1080/code/linux_amd64_ifort+mpi_ice_nas \ |
| 16 |
|
|
-mpi -mods ../../MITgcm_contrib/llc_hires/llc_1080/code |
| 17 |
|
|
make depend |
| 18 |
|
|
make -j 16 |
| 19 |
|
|
cd ../run |
| 20 |
|
|
ln -sf ../build/mitgcmuv . |
| 21 |
|
|
ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* . |
| 22 |
|
|
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
| 23 |
|
|
ln -sf ~dmenemen/llc_1080/MITgcm/run_2011/pick*354240* . |
| 24 |
|
|
cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* . |
| 25 |
|
|
mv data.exch2_90x90x1342 data.exch2 |
| 26 |
|
|
mpiexec -n 1342 ./mitgcmuv & |
| 27 |
|
|
|
| 28 |
|
|
===================== |
| 29 |
dimitri |
1.1 |
For interactive session, Ivy Bridge nodes: |
| 30 |
dimitri |
1.7 |
qsub -I -q devel -l select=170:ncpus=20:model=ivy,walltime=02:00:00 -m abe -M email |
| 31 |
|
|
qsub -I -q long -l select=170:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M email |
| 32 |
|
|
qsub -I -q long -l select=170:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M email |
| 33 |
dimitri |
1.1 |
|
| 34 |
dimitri |
1.6 |
============== |
| 35 |
dimitri |
1.7 |
# 60x60x2872 tile configuration |
| 36 |
dimitri |
1.6 |
|
| 37 |
|
|
cd ~/llc_1080 |
| 38 |
dimitri |
1.10 |
cvs co -r checkpoint64p MITgcm_code |
| 39 |
dimitri |
1.6 |
cvs co MITgcm_contrib/llc_hires/llc_1080 |
| 40 |
|
|
cd MITgcm |
| 41 |
|
|
module purge |
| 42 |
dimitri |
1.7 |
module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0 |
| 43 |
dimitri |
1.6 |
mkdir build run |
| 44 |
|
|
lfs setstripe -c -1 run |
| 45 |
|
|
cd build |
| 46 |
|
|
cp ../../MITgcm_contrib/llc_hires/llc_1080/code/SIZE.h_60x60x2872 SIZE.h |
| 47 |
|
|
../tools/genmake2 -of \ |
| 48 |
|
|
../../MITgcm_contrib/llc_hires/llc_1080/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \ |
| 49 |
|
|
'../../MITgcm_contrib/llc_hires/llc_1080/code ../../MITgcm_contrib/llc_hires/llc_1080/code-async' |
| 50 |
|
|
make depend |
| 51 |
|
|
make -j 16 |
| 52 |
dimitri |
1.9 |
cd ~/llc_1080/MITgcm/run |
| 53 |
dimitri |
1.6 |
ln -sf ../build/mitgcmuv . |
| 54 |
|
|
ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* . |
| 55 |
|
|
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
| 56 |
|
|
cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* . |
| 57 |
|
|
mv data.exch2_60x60x2872 data.exch2 |
| 58 |
dimitri |
1.8 |
export MPI_NUM_MEMORY_REGIONS=256 |
| 59 |
dimitri |
1.6 |
mpiexec -n 3400 ./mitgcmuv |
| 60 |
dimitri |
1.1 |
|
| 61 |
|
|
============== |
| 62 |
dimitri |
1.7 |
# 90x90x1342 tile configuration |
| 63 |
dimitri |
1.1 |
|
| 64 |
dimitri |
1.3 |
cd ~/llc_1080 |
| 65 |
dimitri |
1.1 |
cvs co MITgcm_code |
| 66 |
dimitri |
1.3 |
cvs co MITgcm_contrib/llc_hires/llc_1080 |
| 67 |
dimitri |
1.1 |
cd MITgcm |
| 68 |
|
|
module purge |
| 69 |
dimitri |
1.6 |
module load comp-intel/2011.2 mpi-sgi/mpt.2.06r6 netcdf/4.0 |
| 70 |
dimitri |
1.1 |
mkdir build run |
| 71 |
dimitri |
1.3 |
lfs setstripe -c -1 run |
| 72 |
dimitri |
1.1 |
cd build |
| 73 |
dimitri |
1.3 |
cp ../../MITgcm_contrib/llc_hires/llc_1080/code/SIZE.h_90x90x1342 SIZE.h |
| 74 |
|
|
../tools/genmake2 -of \ |
| 75 |
|
|
../../MITgcm_contrib/llc_hires/llc_1080/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \ |
| 76 |
|
|
'../../MITgcm_contrib/llc_hires/llc_1080/code ../../MITgcm_contrib/llc_hires/llc_1080/code-async' |
| 77 |
dimitri |
1.1 |
make depend |
| 78 |
dimitri |
1.6 |
make -j 16 |
| 79 |
dimitri |
1.1 |
cd ../run |
| 80 |
|
|
ln -sf ../build/mitgcmuv . |
| 81 |
|
|
ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* . |
| 82 |
dimitri |
1.5 |
#ln -sf /nobackup/dmenemen/forcing/era_interim/EIG_*_2* . |
| 83 |
|
|
#ln -sf /nobackup/dmenemen/forcing/era_interim_corrected/EIG_dlw_sub5p_2* . |
| 84 |
|
|
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
| 85 |
dimitri |
1.3 |
cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* . |
| 86 |
|
|
mv data.exch2_90x90x1342 data.exch2 |
| 87 |
dimitri |
1.8 |
export MPI_NUM_MEMORY_REGIONS=256 |
| 88 |
dimitri |
1.3 |
mpiexec -n 1600 ./mitgcmuv |
| 89 |
dimitri |
1.1 |
|
| 90 |
|
|
============== |
| 91 |
|
|
|
| 92 |
|
|
look at output |
| 93 |
|
|
|
| 94 |
dimitri |
1.4 |
for ts=[50760] |
| 95 |
dimitri |
1.1 |
fld=quikread_llc(['Eta.' myint2str(ts,10) '.data'],1080); |
| 96 |
|
|
clf,quikplot_llc(fld),caxis([-2.5 2]),thincolorbar |
| 97 |
|
|
title(ts) |
| 98 |
|
|
pause(.1) |
| 99 |
|
|
end |
| 100 |
|
|
|
| 101 |
dimitri |
1.4 |
ts=50760; |
| 102 |
|
|
for fld={'S''T','U','V','W','HEFF'} |
| 103 |
dimitri |
1.1 |
tmp=quikread_llc([fld{1} '.' myint2str(ts,10) '.data'],1080); |
| 104 |
|
|
clf,quikplot_llc(tmp),thincolorbar |
| 105 |
|
|
title(fld{1}) |
| 106 |
|
|
pause |
| 107 |
|
|
end |
| 108 |
|
|
|
| 109 |
|
|
============== |
| 110 |
|
|
|
| 111 |
|
|
to determine empty tiles: |
| 112 |
|
|
grep Empty STDOUT.* |
| 113 |
|
|
|
| 114 |
|
|
============== |
| 115 |
|
|
|
| 116 |
|
|
memory requirements: |
| 117 |
|
|
nPx sNx sNy nSx node0 total rank0 rank1 |
| 118 |
|
|
702 60 60 6 17,642,924kb 770,168,568kb |
| 119 |
|
|
468 60 60 9 22,083,004kb 643,301,784kb |
| 120 |
|
|
468 180 180 1 24,719,776kb 720,415,552kb 1678MB 1563MB |
| 121 |
|
|
351 60 60 12 26,660,020kb 582,815,544kb |
| 122 |
|
|
351 120 120 3 25,110,324kb 548,819,772kb 1711MB 1586MB |
| 123 |
|
|
351 120 120 3 6,543,780kb 56,729,484kb - with globalFiles - run out of time |
| 124 |
|
|
325 54 54 16 29,029,744kb 587,831,344kb |
| 125 |
|
|
325 216 216 1 29,249,232kb 426,554,484kb - node ran out of memory and crashed |
| 126 |
|
|
234 90 90 8 30,590,952kb 431,252,200kb - node ran out of memory and crashed |
| 127 |
|
|
234 180 180 2 27,682,360kb 307,181,152kb - node ran out of memory and crashed |
| 128 |
|
|
|
| 129 |
|
|
============= |
| 130 |
|
|
factor(3240) = 2 2 2 3 3 3 3 5 |
| 131 |
|
|
factor(1080) = 2 2 2 3 3 3 5 |
| 132 |
|
|
|
| 133 |
|
|
2 = 2 |
| 134 |
|
|
3 = 3 |
| 135 |
|
|
2*2 = 4 |
| 136 |
|
|
5 = 5 |
| 137 |
|
|
2*3 = 6 |
| 138 |
|
|
2*2*2 = 8 |
| 139 |
|
|
3*3 = 9 |
| 140 |
|
|
2*5 = 10 |
| 141 |
|
|
2*2*3 = 12 |
| 142 |
|
|
3*5 = 15 |
| 143 |
|
|
2*3*3 = 18 |
| 144 |
|
|
2*2*5 = 20 |
| 145 |
|
|
2*2*2*3 = 24 |
| 146 |
|
|
3*3*3 = 27 |
| 147 |
|
|
2*3*5 = 30 |
| 148 |
|
|
2*2*3*3 = 36 * 30 |
| 149 |
|
|
2*2*2*5 = 40 * 27 |
| 150 |
|
|
3*3*5 = 45 * 24 |
| 151 |
|
|
2*3*3*3 = 54 * 20 |
| 152 |
|
|
2*2*3*5 = 60 * 18 |
| 153 |
|
|
2*2*2*3*3 = 72 * 15 |
| 154 |
|
|
2*3*3*5 = 90 * 12 |
| 155 |
|
|
2*2*3*3*3 = 108 * 10 |
| 156 |
|
|
2*2*2*3*5 = 120 * 9 |
| 157 |
|
|
3*3*3*5 = 135 * 8 |
| 158 |
|
|
2*2*3*3*5 = 180 * 6 |
| 159 |
|
|
2*2*2*3*3*3 = 216 * 5 |
| 160 |
|
|
2*3*3*3*5 = 270 * 4 |
| 161 |
|
|
2*2*2*3*3*5 = 360 * 3 |
| 162 |
|
|
2*2*3*3*3*5 = 540 * 2 |