3 |
qsub -I -q long -l select=103:ncpus=20:model=ivy,walltime=120:00:00 |
qsub -I -q long -l select=103:ncpus=20:model=ivy,walltime=120:00:00 |
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=103:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 |
5 |
qsub -I -q normal -l select=103:ncpus=20:model=ivy,walltime=8:00:00 |
qsub -I -q normal -l select=103:ncpus=20:model=ivy,walltime=8:00:00 |
6 |
|
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 |
7 |
|
|
8 |
For batch submission: |
For batch submission: |
9 |
qsub -q devel -l select=103:ncpus=20:model=ivy,walltime=02:00:00 runscript |
qsub -q devel -l select=103:ncpus=20:model=ivy,walltime=02:00:00 runscript |
11 |
|
|
12 |
============== |
============== |
13 |
|
|
14 |
|
cd ~/llc_2160 |
15 |
cvs co MITgcm_code |
cvs co MITgcm_code |
16 |
|
cvs co MITgcm_contrib/llc_hires/llc_2160 |
17 |
cd MITgcm |
cd MITgcm |
18 |
module purge |
module purge |
19 |
module load comp-intel/2011.7.256 mpi-sgi/mpt.2.08r7 netcdf/4.0 |
module load comp-intel/2012.0.032 mpi-sgi/mpt.2.06rp16 netcdf/4.0 |
20 |
mkdir build run |
mkdir build run |
21 |
lfs setstripe -c -1 /nobackupp5/dmenemen/llc_2160/MITgcm/run |
lfs setstripe -c -1 run |
22 |
cd build |
cd build |
23 |
../tools/genmake2 -of ~/tarballs/llc_2160/code/linux_amd64_ifort+mpi_ice_nas -mpi -mods ~/tarballs/llc_2160/code |
cp ../../MITgcm_contrib/llc_hires/llc_2160/code/SIZE.h_90x90_5004 SIZE.h |
24 |
|
../tools/genmake2 -of \ |
25 |
|
../../MITgcm_contrib/llc_hires/llc_2160/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \ |
26 |
|
'../../MITgcm_contrib/llc_hires/llc_2160/code ../../MITgcm_contrib/llc_hires/llc_2160/code-async' |
27 |
make depend |
make depend |
28 |
make -j 16 |
make -j 16 |
29 |
cd ../run |
cd ../run |
30 |
ln -sf ../build/mitgcmuv . |
ln -sf ../build/mitgcmuv . |
31 |
ln -sf /nobackup/dmenemen/tarballs/llc_2160/run_template/* . |
ln -sf /nobackup/dmenemen/tarballs/llc_2160/run_template/* . |
32 |
ln -sf /nobackup/dmenemen/forcing/era_interim/EIG_*_2* . |
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
33 |
ln -sf /nobackup/dmenemen/forcing/era_interim_corrected/EIG_dlw_sub5p_2* . |
cp ../../MITgcm_contrib/llc_hires/llc_2160/input/* . |
34 |
cp /nobackup/dmenemen/tarballs/llc_2160/input/* . |
mv data.exch2_90x90x5004 data.exch2 |
35 |
mpiexec -n 2047 ./mitgcmuv |
mpiexec -n 8000 ./mitgcmuv |
36 |
|
|
37 |
============== |
============== |
38 |
|
|