8 |
|
|
9 |
qsub -I -q long -l select=1020:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M menemenlis@me.com |
qsub -I -q long -l select=1020:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M menemenlis@me.com |
10 |
module purge |
module purge |
11 |
module load comp-intel/2012.0.032 netcdf/4.0 |
module load comp-intel/2012.0.032 mpi-sgi/mpt.2.10r6 netcdf/4.0 |
|
module use -a ~kjtaylor/modulefiles |
|
|
module load sles11sp3/mpt-2.10-nasa201311271217 |
|
12 |
cd ~/llc_4320 |
cd ~/llc_4320 |
13 |
cvs co MITgcm_code |
cvs co MITgcm_code |
14 |
cvs co MITgcm_contrib/llc_hires/llc_4320 |
cvs co MITgcm_contrib/llc_hires/llc_4320 |
47 |
tail -f STDOUT.00000 | grep advcfl_W |
tail -f STDOUT.00000 | grep advcfl_W |
48 |
|
|
49 |
############################# |
############################# |
50 |
|
# 48x48x64670 configuration |
51 |
|
|
52 |
|
module purge |
53 |
|
module load comp-intel/2012.0.032 mpi-sgi/mpt.2.10r6 netcdf/4.0 |
54 |
|
cd /nobackupp8/dmenemen/llc/llc_4320_new |
55 |
|
cvs co MITgcm_code |
56 |
|
cvs co MITgcm_contrib/llc_hires/llc_4320 |
57 |
|
cd MITgcm |
58 |
|
mkdir build run |
59 |
|
lfs setstripe -c -1 run |
60 |
|
cd build |
61 |
|
cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h_48x48x64670 SIZE.h |
62 |
|
cp ../../MITgcm_contrib/llc_hires/llc_4320/code-async/readtile_mpiio.c . |
63 |
|
emacs readtile_mpiio.c |
64 |
|
tileSizeX = 48; |
65 |
|
tileSizeY = 48; |
66 |
|
../tools/genmake2 -of \ |
67 |
|
../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \ |
68 |
|
'../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async' |
69 |
|
make depend |
70 |
|
make -j 16 |
71 |
|
|
72 |
|
cd ~/llc_4320/MITgcm/run |
73 |
|
cp ../build/mitgcmuv mitgcmuv_48x48x64670 |
74 |
|
cp ../../MITgcm_contrib/llc_hires/llc_4320/input/data.exch2_90x90x19023 data.exch2 |
75 |
|
|
76 |
|
############################# |
77 |
# generate 60x60 blank tiles |
# generate 60x60 blank tiles |
78 |
qsub -I -q long -l select=600:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M menemenlis@me.com |
qsub -I -q long -l select=600:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M menemenlis@me.com |
79 |
module purge |
module purge |
197 |
# generate 48x48 blank tiles |
# generate 48x48 blank tiles |
198 |
qsub -I -q devel -l select=600:ncpus=20:model=ivy,walltime=2:00:00 -m abe -M menemenlis@me.com |
qsub -I -q devel -l select=600:ncpus=20:model=ivy,walltime=2:00:00 -m abe -M menemenlis@me.com |
199 |
module purge |
module purge |
200 |
module load comp-intel/2012.0.032 netcdf/4.0 |
module load comp-intel/2012.0.032 mpi-sgi/mpt.2.10r6 netcdf/4.0 |
|
module use -a ~kjtaylor/modulefiles |
|
|
module load sles11sp3/mpt-2.10-nasa201311271217 |
|
201 |
cd ~/llc_4320/MITgcm |
cd ~/llc_4320/MITgcm |
202 |
mkdir run_48x48 |
mkdir run_48x48 |
203 |
lfs setstripe -c -1 run_48x48 |
lfs setstripe -c -1 run_48x48 |