1 |
============== |
============== |
2 |
# Build executable for forward-only llc270 iteration 42 optimized solution |
# Build executable for forward-only llc270 iteration 42 optimized solution |
3 |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "11/28/17" MITgcm_code |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "11/28/17" MITgcm_code |
4 |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v4_llc270 |
cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v5_llc270 |
5 |
cd MITgcm |
cd MITgcm |
6 |
mkdir build |
mkdir build |
7 |
cd build |
cd build |
8 |
module purge |
module purge |
9 |
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 |
10 |
../tools/genmake2 -of \ |
../tools/genmake2 -of \ |
11 |
../../MITgcm_contrib/ecco_darwin/v4_llc270/code/linux_amd64_ifort+mpi_ice_nas \ |
../../MITgcm_contrib/ecco_darwin/v5_llc270/code/linux_amd64_ifort+mpi_ice_nas \ |
12 |
-mo ../../MITgcm_contrib/ecco_darwin/v4_llc270/code |
-mo ../../MITgcm_contrib/ecco_darwin/v5_llc270/code |
13 |
make depend |
make depend |
14 |
make -j 16 |
make -j 16 |
15 |
|
|