| 32 |
\rm * |
\rm * |
| 33 |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . |
| 34 |
\cp ../utils/exch2/code-mods/s12t_16x32/* . |
\cp ../utils/exch2/code-mods/s12t_16x32/* . |
| 35 |
|
ex - SIZE.h >> /dev/null <<EOF |
| 36 |
|
/OLx = |
| 37 |
|
c |
| 38 |
|
& OLx = 5, |
| 39 |
|
. |
| 40 |
|
/OLy = |
| 41 |
|
c |
| 42 |
|
& OLy = 5, |
| 43 |
|
. |
| 44 |
|
w |
| 45 |
|
q |
| 46 |
|
EOF |
| 47 |
\rm CPP_EEOPTIONS.h |
\rm CPP_EEOPTIONS.h |
| 48 |
../tools/genmake2 |
../tools/genmake2 |
| 49 |
make depend |
make depend |
| 56 |
\cp ../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../MITgcm_contrib/high_res_cube/input/* . |
| 57 |
../build/mitgcmuv >& output.txt |
../build/mitgcmuv >& output.txt |
| 58 |
|
|
| 59 |
comparison output is in: |
emacs output.txt ../../MITgcm_contrib/high_res_cube/results/output.txt |
|
../../MITgcm_contrib/high_res_cube/results/output.txt |
|
| 60 |
|
|
| 61 |
to use matlab to look at the output |
to use matlab to look at the output |
| 62 |
matlab |
matlab |
| 101 |
|
|
| 102 |
|
|
| 103 |
########################################################################## |
########################################################################## |
| 104 |
# 32*32*6*15, 2-cpu cube sphere on the altices with ifort |
# 32*32*6*15, 2-cpu cube sphere on the NAS altices with ifort |
| 105 |
|
|
| 106 |
cd MITgcm |
cd MITgcm |
| 107 |
mkdir build run |
mkdir build run |
| 109 |
\rm * |
\rm * |
| 110 |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . |
| 111 |
\cp ../utils/exch2/code-mods/s12t_16x32/* . |
\cp ../utils/exch2/code-mods/s12t_16x32/* . |
| 112 |
\cp SIZE.h_mpi SIZE.h |
\mv SIZE.h_mpi SIZE.h |
| 113 |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas |
| 114 |
|
make depend |
| 115 |
|
make -j |
| 116 |
|
cd ../run |
| 117 |
|
\rm * |
| 118 |
|
\cp ../verification/tutorial_held_suarez_cs/input/grid* . |
| 119 |
|
\cp ../verification/global_ocean.cs32x15/input/lev_*_cs_15k.bin . |
| 120 |
|
\cp ../verification/global_ocean.cs32x15/input/bathy_Hmin50.bin . |
| 121 |
|
\cp ../../MITgcm_contrib/high_res_cube/input/* . |
| 122 |
|
mpirun -np 2 ../build/mitgcmuv |
| 123 |
|
|
| 124 |
|
|
| 125 |
|
########################################################################## |
| 126 |
|
# 32*32*6*15, 2-cpu cube sphere on the JPL altices with ifort |
| 127 |
|
|
| 128 |
|
cd MITgcm |
| 129 |
|
mkdir build run |
| 130 |
|
cd build |
| 131 |
|
\rm * |
| 132 |
|
\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . |
| 133 |
|
\cp ../utils/exch2/code-mods/s12t_16x32/* . |
| 134 |
|
\mv SIZE.h_mpi SIZE.h |
| 135 |
|
../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_jpl |
| 136 |
make depend |
make depend |
| 137 |
make -j |
make -j |
| 138 |
cd ../run |
cd ../run |