1 |
# get code from anonymous CVS server |
# get code from anonymous CVS server |
2 |
cvs co MITgcm_contrib/high_res_cube/cube92 |
cvs co MITgcm_contrib/high_res_cube/cube92 |
3 |
cvs co -r checkpoint62h MITgcm_code |
cvs co -r checkpoint62i MITgcm_code |
4 |
|
|
5 |
# build executable on pleiades |
# build executable on pleiades |
6 |
cd MITgcm |
cd MITgcm |
9 |
module purge |
module purge |
10 |
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 |
11 |
../tools/genmake2 -mo ../../MITgcm_contrib/high_res_cube/cube92/code -of \ |
../tools/genmake2 -mo ../../MITgcm_contrib/high_res_cube/cube92/code -of \ |
12 |
../../MITgcm_contrib/high_res_cube/cube92/code/linux_amd64_ifort+mpi_ice_nas |
../../MITgcm_contrib/high_res_cube/cube92/code/linux_amd64_ifort+mpi_ice_nas -mpi |
13 |
make depend |
make depend |
14 |
make -j 16 |
make -j 16 |
15 |
|
|