1 |
# This is a small test case with set-up as similar as possible |
# This is a small test case with set-up as similar as possible |
2 |
# to llc_4320 for testing asyncio and coupling to GEOS-5. |
# to llc_4320 for testing asyncio and coupling to GEOS-5. |
3 |
|
|
4 |
# request interactive nodes |
# request interactive nodes and load modules |
5 |
qsub -I -q long -l select=6:ncpus=28:model=bro,walltime=120:00:00 |
qsub -I -q long -l select=6:ncpus=28:model=bro,walltime=120:00:00 |
|
|
|
|
################################################# |
|
|
# 30x30x96 configuration no asyncio checkpoint65v |
|
6 |
module purge |
module purge |
7 |
module load comp-intel/2016.2.181 mpi-sgi/mpt.2.14r19 hdf4/4.2.12 hdf5/1.8.18_mpt netcdf/4.4.1.1_mpt |
module load comp-intel/2016.2.181 mpi-sgi/mpt.2.14r19 hdf4/4.2.12 hdf5/1.8.18_mpt netcdf/4.4.1.1_mpt |
8 |
|
|
9 |
|
######################################## |
10 |
|
# 30x30x96 configuration without asyncio |
11 |
cd ~/geos5/asyncio |
cd ~/geos5/asyncio |
12 |
cvs co -r checkpoint65v MITgcm_code |
cvs co MITgcm_code |
13 |
cvs co MITgcm_contrib/llc_hires/llc_90 |
cvs co MITgcm_contrib/llc_hires/llc_90 |
14 |
cd MITgcm |
cd MITgcm |
15 |
mkdir build run1 |
mkdir build run1 |
16 |
cd build |
cd build |
17 |
rm * |
rm * |
18 |
../tools/genmake2 -of \ |
../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas \ |
|
../../MITgcm_contrib/llc_hires/llc_90/code/linux_amd64_ifort+mpi_ice_nas \ |
|
19 |
-mpi -mods ../../MITgcm_contrib/llc_hires/llc_90/code |
-mpi -mods ../../MITgcm_contrib/llc_hires/llc_90/code |
20 |
make depend |
make depend |
21 |
make -j 96 |
make -j 96 |
27 |
cp ../../MITgcm_contrib/llc_hires/llc_90/input/* . |
cp ../../MITgcm_contrib/llc_hires/llc_90/input/* . |
28 |
mpiexec -n 96 ./mitgcmuv |
mpiexec -n 96 ./mitgcmuv |
29 |
|
|
30 |
################################################### |
##################################### |
31 |
# 30x30x96 configuration with asyncio checkpoint65v |
# 30x30x96 configuration with asyncio |
|
cd ~/geos5/asyncio/MITgcm |
|
|
mkdir run2 |
|
|
cd build |
|
|
rm * |
|
|
../tools/genmake2 -of \ |
|
|
../../MITgcm_contrib/llc_hires/llc_90/code-async/linux_amd64_ifort+mpi_ice_nas -mpi -mods \ |
|
|
'../../MITgcm_contrib/llc_hires/llc_90/code ../../MITgcm_contrib/llc_hires/llc_90/code-async' |
|
|
make depend |
|
|
make -j 96 |
|
|
cp mitgcmuv ../run2 |
|
|
cd ../run2 |
|
|
ln -sf /nobackup/dmenemen/GEOS5/experiments/llc90/data/* . |
|
|
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
|
|
ln -sf /nobackupp2/dmenemen//llc_4320/run_template/runoff1p2472-360x180x12.bin . |
|
|
cp ../../MITgcm_contrib/llc_hires/llc_90/input/* . |
|
|
mpiexec -n 124 ./mitgcmuv |
|
|
|
|
|
############################################ |
|
|
# 30x30x96 configuration with asyncio latest |
|
32 |
cd ~/geos5/asyncio/MITgcm |
cd ~/geos5/asyncio/MITgcm |
33 |
mkdir run2 |
mkdir run2 |
34 |
cd build |
cd build |