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 |
23 |
make depend |
make depend |
24 |
make -j 16 |
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 |
export MPI_NUM_MEMORY_REGIONS=256 |
export MPI_NUM_MEMORY_REGIONS=256 |
32 |
mpiexec -n 35000 ./mitgcmuv |
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 |
|
|