/[MITgcm]/MITgcm_contrib/llc_hires/llc_4320/readme.txt
ViewVC logotype

Diff of /MITgcm_contrib/llc_hires/llc_4320/readme.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by dimitri, Fri Sep 20 12:38:03 2013 UTC revision 1.3 by dimitri, Wed Oct 30 06:33:24 2013 UTC
# Line 3  qsub -I -q devel -l select=300:ncpus=20: Line 3  qsub -I -q devel -l select=300:ncpus=20:
3  qsub -I -q long -l select=300:ncpus=20:model=ivy,walltime=120:00:00  qsub -I -q long -l select=300:ncpus=20:model=ivy,walltime=120:00:00
4  qsub -I -q long -l select=300:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00  qsub -I -q long -l select=300:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00
5  qsub -I -q normal -l select=300:ncpus=20:model=ivy,walltime=8:00:00  qsub -I -q normal -l select=300:ncpus=20:model=ivy,walltime=8:00:00
6    qsub -q ecco -I -W group_list=g26209 -l select=1000:ncpus=20:aoe=sles11,walltime=100:00:00 -m abe -M menemenlis@jpl.nasa.gov
7    
8    
9  For batch submission:  For batch submission:
10  qsub -q devel -l select=300:ncpus=20:model=ivy,walltime=02:00:00 runscript  qsub -q devel -l select=300:ncpus=20:model=ivy,walltime=02:00:00 runscript
# Line 10  qsub qsub_llc2160.csh Line 12  qsub qsub_llc2160.csh
12    
13  ==============  ==============
14    
15    cd ~/llc_4320
16    cvs co MITgcm_code
17    cvs co MITgcm_contrib/llc_hires/llc_4320
18    cd MITgcm
19    module purge
20    module load comp-intel/11.1.072 mpi-sgi/mpt.2.08r7 netcdf/4.0
21    mkdir build run
22    lfs setstripe -c -1 run
23    cd build
24    cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h_72x72x29297 SIZE.h
25    ../tools/genmake2 -of \
26     ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
27     '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'
28    make depend
29    make -j 8
30    cd ../run
31    ln -sf ../build/mitgcmuv .
32    ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
33    ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
34    cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
35    mv data.exch2_72x72x29297 data.exch2
36    mpiexec -n 35000 ./mitgcmuv
37    
38    ==============
39    
40  cvs co MITgcm_code  cvs co MITgcm_code
41  cd MITgcm  cd MITgcm
42  module purge  module purge
43  module load comp-intel/2011.7.256 mpi-sgi/mpt.2.06r6 netcdf/4.0  module load comp-intel/2012.0.032 mpi-sgi/mpt.2.06r6 netcdf/4.0
44  mkdir build run  mkdir build run
45  lfs setstripe -c -1 /nobackupp5/dmenemen/llc_4320/MITgcm/run  lfs setstripe -c -1 run
46  cd build  cd build
47  ../tools/genmake2 -of ~/tarballs/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \  cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h
48   '/nobackup/dmenemen/tarballs/llc_4320/code /nobackup/dmenemen/tarballs/llc_4320/code-async'  _180x180x5015 SIZE.h
49    ../tools/genmake2 -of ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
50     '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'
51  make depend  make depend
52  make -j 16  make -j 16
53  cd ../run  cd ../run
54  ln -sf ../build/mitgcmuv .  ln -sf ../build/mitgcmuv .
55  ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .  ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
56  ln -sf /nobackup/dmenemen/forcing/era_interim/EIG_*_2* .  ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
57  ln -sf /nobackup/dmenemen/forcing/era_interim_corrected/EIG_dlw_sub5p_2* .  cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
58  cp /nobackup/dmenemen/tarballs/llc_4320/input/* .  mv data.exch2_72x72x29297 data.exch2
59  mpiexec -n 6000 ./mitgcmuv  mpiexec -n 32000 ./mitgcmuv
60    
61  ==============  ==============
62    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22