83 |
mpiexec -np 2 ./mitgcmuv & |
mpiexec -np 2 ./mitgcmuv & |
84 |
|
|
85 |
============================================= |
============================================= |
86 |
|
Running uncoupled MPI code on spiral |
87 |
|
|
88 |
|
4. Compile code: |
89 |
|
cd MITgcm |
90 |
|
mkdir bin exe |
91 |
|
cd bin |
92 |
|
\cp ../../code/SIZE.h_2 SIZE.h |
93 |
|
\cp ../../code/CPP_EEOPTIONS.h_UNCOUPLED CPP_EEOPTIONS.h |
94 |
|
../tools/genmake2 -mpi -mo ../../code -of ../../code/linux_gfortran_spiral |
95 |
|
make depend |
96 |
|
make -j 8 |
97 |
|
|
98 |
|
5. Model execution: |
99 |
|
cd ../exe |
100 |
|
ln -sf ../../run_template/* . |
101 |
|
cp ../../input/* . |
102 |
|
cp ../bin/mitgcmuv . |
103 |
|
mpiexec.mpich -np 2 ./mitgcmuv & |
104 |
|
|
105 |
|
============================================= |
106 |
Running MITgcm and MPMice |
Running MITgcm and MPMice |
107 |
|
|
108 |
4. Compile code: |
4. Compile code: |