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

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

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

revision 1.12 by dimitri, Wed Jun 7 00:32:51 2017 UTC revision 1.13 by dimitri, Sat Feb 3 03:47:40 2018 UTC
# Line 54  mpiexec -n 1342 ./mitgcmuv & Line 54  mpiexec -n 1342 ./mitgcmuv &
54    
55  =====================  =====================
56  For interactive session, Ivy Bridge nodes:  For interactive session, Ivy Bridge nodes:
57    qsub -I -q debug -l select=48:ncpus=28:model=bro,walltime=02:00:00 -m abe -M email
58  qsub -I -q devel -l select=170:ncpus=20:model=ivy,walltime=02:00:00 -m abe -M email  qsub -I -q devel -l select=170:ncpus=20:model=ivy,walltime=02:00:00 -m abe -M email
59  qsub -I -q long  -l select=170:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M email  qsub -I -q long  -l select=170:ncpus=20:model=ivy,walltime=120:00:00 -m abe -M email
60  qsub -I -q long  -l select=170:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M email  qsub -I -q long  -l select=170:ncpus=20:model=ivy,min_walltime=30:00,max_walltime=120:00:00 -m abe -M email
# Line 115  export MPI_NUM_MEMORY_REGIONS=256 Line 116  export MPI_NUM_MEMORY_REGIONS=256
116  mpiexec -n 1600 ./mitgcmuv  mpiexec -n 1600 ./mitgcmuv
117    
118  ==============  ==============
119    # 90x90x1342 tile test configuration
120    
121    cd ~/llc_1080_test
122    cvs co MITgcm_code
123    cvs co MITgcm_contrib/llc_hires/llc_1080
124    cd MITgcm
125    module purge
126    module load comp-intel/2016.2.181 mpi-sgi/mpt.2.15r20
127    mkdir build run
128    lfs setstripe -c -1 run
129    cd build
130    cp ../../MITgcm_contrib/llc_hires/llc_1080/code/SIZE.h_90x90x1342 SIZE.h
131    ../tools/genmake2 -of \
132     ../../MITgcm_contrib/llc_hires/llc_1080/code/linux_amd64_ifort+mpi_ice_nas \
133     -mpi -mods ../../MITgcm_contrib/llc_hires/llc_1080/code
134    make depend
135    make -j 16
136    cd ../run
137    ln -sf ../build/mitgcmuv .
138    ln -sf /nobackup/dmenemen/tarballs/llc_1080/run_template/* .
139    ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* .
140    cp ../../MITgcm_contrib/llc_hires/llc_1080/input/* .
141    mv data.exch2_90x90x1342 data.exch2
142    mpiexec -n 1342 ./mitgcmuv
143    
144    
145    ==============
146    
147  look at output  look at output
148    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22