4 |
qsub -I -q long -l select=300:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M YOUR_EMAIL_HERE |
qsub -I -q long -l select=300:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M YOUR_EMAIL_HERE |
5 |
qsub -I -q long -l select=103:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M YOUR_EMAIL_HERE |
qsub -I -q long -l select=103:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M YOUR_EMAIL_HERE |
6 |
|
|
7 |
|
########################################## |
8 |
|
# 90x90_5004 configuration with newer code |
9 |
|
qsub -I -q electra -l select=200:ncpus=28:model=bro_ele:aoe=sles12 -l walltime=10:00:00 |
10 |
|
module purge |
11 |
|
module load comp-intel/2016.2.181 mpi-sgi/mpt.2.14r19 hdf4/4.2.12 hdf5/1.8.18_mpt netcdf/4.4.1.1_mpt |
12 |
|
module load comp-intel/2016.2.181 mpi-hpe/mpt.2.17r13 hdf4/4.2.12 hdf5/1.8.18_mpt netcdf/4.4.1.1_mpt |
13 |
|
|
14 |
|
mpt2.17r13 |
15 |
|
stripe to 16 or 32 |
16 |
|
7840 |
17 |
|
12040 |
18 |
|
|
19 |
|
cd ~/llc_2160 |
20 |
|
git clone git@github.com:MITgcm/MITgcm.git |
21 |
|
cvs co MITgcm_contrib/llc_hires/llc_2160 |
22 |
|
cd ~/llc_2160/MITgcm |
23 |
|
mkdir build run |
24 |
|
cd ~/llc_2160/MITgcm/build |
25 |
|
cp ../../MITgcm_contrib/llc_hires/llc_2160/code/SIZE.h_90x90_5004 SIZE.h |
26 |
|
../tools/genmake2 -of \ |
27 |
|
../../MITgcm_contrib/llc_hires/llc_2160/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \ |
28 |
|
'../../MITgcm_contrib/llc_hires/llc_2160/code ../../MITgcm_contrib/llc_hires/llc_2160/code-async' |
29 |
|
make depend |
30 |
|
make -j 16 |
31 |
|
|
32 |
|
cd ~/llc_2160/MITgcm/run |
33 |
|
cp ../build/mitgcmuv mitgcmuv_90x90_5004 |
34 |
|
ln -sf /nobackup/dmenemen/tarballs/llc_2160/run_template/* . |
35 |
|
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
36 |
|
cp ../../MITgcm_contrib/llc_hires/llc_2160/input/* . |
37 |
|
cp ../../MITgcm_contrib/llc_hires/llc_2160/input/data.exch2_90x90x5004 data.exch2 |
38 |
|
emacs data |
39 |
|
|
40 |
|
mpiexec -n 5500 ./mitgcmuv_90x90_5004 |
41 |
|
|
42 |
|
tail -f STDOUT.00000 | grep advcfl_W |
43 |
|
|
44 |
############################# |
############################# |
45 |
# 60x60x10882 configuration |
# 60x60x10882 configuration |
46 |
|
|