13 |
cvs co MITgcm_code |
cvs co MITgcm_code |
14 |
cd MITgcm |
cd MITgcm |
15 |
module purge |
module purge |
16 |
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 |
17 |
mkdir build run |
mkdir build run |
18 |
lfs setstripe -c -1 /nobackupp5/dmenemen/llc_4320/MITgcm/run |
lfs setstripe -c -1 /nobackupp5/dmenemen/llc_4320/MITgcm/run |
19 |
cd build |
cd build |
20 |
../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_180x180x5015 SIZE.h |
21 |
'/nobackup/dmenemen/tarballs/llc_4320/code /nobackup/dmenemen/tarballs/llc_4320/code-async' |
../tools/genmake2 -of ../../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' |
23 |
make depend |
make depend |
24 |
make -j 16 |
make -j 16 |
25 |
cd ../run |
cd ../run |
26 |
ln -sf ../build/mitgcmuv . |
ln -sf ../build/mitgcmuv . |
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/era_interim/EIG_*_2* . |
ln -sf /nobackup/dmenemen/forcing/ECMWF_operational/* . |
29 |
ln -sf /nobackup/dmenemen/forcing/era_interim_corrected/EIG_dlw_sub5p_2* . |
cp ../../MITgcm_contrib/llc_hires/llc_4320/input/* . |
|
cp /nobackup/dmenemen/tarballs/llc_4320/input/* . |
|
30 |
mpiexec -n 6000 ./mitgcmuv |
mpiexec -n 6000 ./mitgcmuv |
31 |
|
|
32 |
============== |
============== |