| 1 |
jmc |
1.1 |
|
| 2 |
|
|
=== dowload ==== |
| 3 |
|
|
cd ~jmc/mitgcm |
| 4 |
|
|
cvs co -P MITgcm |
| 5 |
|
|
|
| 6 |
|
|
cd MITgcm/verification |
| 7 |
|
|
cvs co -P -d nesting MITgcm_contrib/nesting_sannino |
| 8 |
|
|
|
| 9 |
|
|
cd ../pkg |
| 10 |
|
|
ln -s ../verification/nesting/nest_child . |
| 11 |
|
|
ln -s ../verification/nesting/nest_parent . |
| 12 |
|
|
cd .. |
| 13 |
|
|
|
| 14 |
|
|
=== build === |
| 15 |
|
|
ssh compute-1-2 |
| 16 |
|
|
module load mitgcm |
| 17 |
|
|
|
| 18 |
|
|
cd ~jmc/mitgcm/MITgcm/verification/nesting |
| 19 |
|
|
|
| 20 |
|
|
cd bld_driver |
| 21 |
|
|
../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort+mpi_beagle \ |
| 22 |
|
|
-mpi -eee |
| 23 |
|
|
make depend |
| 24 |
|
|
make |
| 25 |
|
|
cd .. |
| 26 |
|
|
|
| 27 |
|
|
cd bld_parent |
| 28 |
|
|
../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort+mpi_beagle \ |
| 29 |
|
|
-mpi -mods '../code_parent ../code_nest_merged' -ieee |
| 30 |
|
|
make depend |
| 31 |
|
|
make |
| 32 |
|
|
cd .. |
| 33 |
|
|
|
| 34 |
|
|
cd bld_child |
| 35 |
|
|
../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort+mpi_beagle \ |
| 36 |
|
|
-mpi -mods '../code_child ../code_nest_merged' -ieee |
| 37 |
|
|
make depend |
| 38 |
|
|
make |
| 39 |
|
|
cd .. |
| 40 |
|
|
|
| 41 |
|
|
=== run === |
| 42 |
|
|
(see file 'utils/notes_run' on how to run on beagle) |