/[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.6 by dimitri, Mon Nov 4 11:10:26 2013 UTC revision 1.9 by dimitri, Fri Jan 10 20:52:36 2014 UTC
# Line 9  qsub -I -q long -l select=300:ncpus=20:m Line 9  qsub -I -q long -l select=300:ncpus=20:m
9  cd ~/llc_4320  cd ~/llc_4320
10  cvs co MITgcm_code  cvs co MITgcm_code
11  cvs co MITgcm_contrib/llc_hires/llc_4320  cvs co MITgcm_contrib/llc_hires/llc_4320
12    # set correct tileSizeX and tileSizeY in MITgcm_contrib/llc_hires/llc_4320/cpde-asyn/readtile_mpiio.c
13  cd MITgcm  cd MITgcm
14  module purge  module purge
15  module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0  module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
# Line 20  cp ../../MITgcm_contrib/llc_hires/llc_43 Line 21  cp ../../MITgcm_contrib/llc_hires/llc_43
21   ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \   ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
22   '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'   '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'
23  make depend  make depend
24  make -j 8  make -j 16
25  cd ../run  cd ../run
26  ln -sf ../build/mitgcmuv .  cp ../build/mitgcmuv mitgcmuv_72x72x29297
27  ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .  ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
28  ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .  ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
29  cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .  cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
30  mv data.exch2_72x72x29297 data.exch2  mv data.exch2_72x72x29297 data.exch2
31  mpiexec -n 35000 ./mitgcmuv  export MPI_NUM_MEMORY_REGIONS=256
32    mpiexec -n 35000 ./mitgcmuv_72x72x29297
33    
34    ==============
35    
36    cd ~/llc_4320
37    cvs co MITgcm_code
38    cvs co MITgcm_contrib/llc_hires/llc_4320
39    # set correct tileSizeX and tileSizeY in MITgcm_contrib/llc_hires/llc_4320/cpde-asyn/readtile_mpiio.c
40    cd MITgcm
41    module purge
42    module load comp-intel/2012.0.032 mpi-sgi/mpt.2.08r7 netcdf/4.0
43    mkdir build run_180x180x5015
44    lfs setstripe -c -1 run_180x180x5015
45    cd build
46    cp ../../MITgcm_contrib/llc_hires/llc_4320/code/SIZE.h_180x180x5015 SIZE.h
47    ../tools/genmake2 -of \
48     ../../MITgcm_contrib/llc_hires/llc_4320/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \
49     '../../MITgcm_contrib/llc_hires/llc_4320/code ../../MITgcm_contrib/llc_hires/llc_4320/code-async'
50    make depend
51    make -j 16
52    cd ../run_180x180x5015
53    cp ../build/mitgcmuv mitgcmuv_180x180x5015
54    ln -sf /nobackup/dmenemen/tarballs/llc_4320/run_template/* .
55    ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
56    cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* .
57    mv data.exch2_72x72x29297 data.exch2
58    export MPI_NUM_MEMORY_REGIONS=256
59    mpiexec -n 6000 ./mitgcmuv_180x180x5015
60    
61  ==============  ==============
62    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22