| 1 |
For interactive session, Ivy Bridge nodes: |
For interactive session, Ivy Bridge nodes: |
| 2 |
qsub -I -q devel -l select=103:ncpus=20:model=ivy,walltime=02:00:00 |
qsub -I -q devel -l select=300:ncpus=20:model=ivy,walltime=02:00:00 -m abe -M email |
| 3 |
qsub -I -q long -l select=103:ncpus=20:model=ivy,walltime=120:00:00 |
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=103:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 |
qsub -I -q long -l select=300:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M email |
| 5 |
qsub -I -q normal -l select=103:ncpus=20:model=ivy,walltime=8:00:00 |
qsub -I -q long -l select=103:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M email |
|
qsub -q ecco -I -W group_list=g26209 -l select=400:ncpus=20:aoe=sles11,walltime=100:00:00 -m abe -M menemenlis@jpl.nasa.gov |
|
|
|
|
|
For batch submission: |
|
|
qsub -q devel -l select=103:ncpus=20:model=ivy,walltime=02:00:00 runscript |
|
|
qsub qsub_llc2160.csh |
|
| 6 |
|
|
| 7 |
============== |
============== |
| 8 |
|
|
| 11 |
cvs co MITgcm_contrib/llc_hires/llc_2160 |
cvs co MITgcm_contrib/llc_hires/llc_2160 |
| 12 |
cd MITgcm |
cd MITgcm |
| 13 |
module purge |
module purge |
| 14 |
module load comp-intel/2012.0.032 mpi-sgi/mpt.2.06rp16 netcdf/4.0 |
module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0 |
| 15 |
mkdir build run |
mkdir build run |
| 16 |
lfs setstripe -c -1 run |
lfs setstripe -c -1 run |
| 17 |
cd build |
cd build |
| 18 |
cp ../../MITgcm_contrib/llc_hires/llc_2160/code/SIZE.h_90x90x7488 SIZE.h |
cp ../../MITgcm_contrib/llc_hires/llc_2160/code/SIZE.h_90x90_5004 SIZE.h |
| 19 |
../tools/genmake2 -of \ |
../tools/genmake2 -of \ |
| 20 |
../../MITgcm_contrib/llc_hires/llc_2160/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \ |
../../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' |
'../../MITgcm_contrib/llc_hires/llc_2160/code ../../MITgcm_contrib/llc_hires/llc_2160/code-async' |
| 22 |
make depend |
make depend |
| 23 |
make -j 16 |
make -j 16 |
| 24 |
cd ../run |
cd ~/llc_2160/MITgcm/run |
| 25 |
ln -sf ../build/mitgcmuv . |
ln -sf ../build/mitgcmuv . |
| 26 |
ln -sf /nobackup/dmenemen/tarballs/llc_2160/run_template/* . |
ln -sf /nobackup/dmenemen/tarballs/llc_2160/run_template/* . |
| 27 |
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
| 28 |
cp ../../MITgcm_contrib/llc_hires/llc_2160/input/* . |
cp ../../MITgcm_contrib/llc_hires/llc_2160/input/* . |
| 29 |
mv data.exch2_90x90x7488 data.exch2 |
mv data.exch2_90x90x5004 data.exch2 |
| 30 |
mpiexec -n 8000 ./mitgcmuv |
mpiexec -n 6600 ./mitgcmuv |
| 31 |
|
|
| 32 |
============== |
============== |
| 33 |
|
|