| 9 |
C \==========================================================/ |
C \==========================================================/ |
| 10 |
IMPLICIT NONE |
IMPLICIT NONE |
| 11 |
|
|
| 12 |
|
# ifdef ATM2D_MPI_ON |
| 13 |
|
# include "mpif.h" |
| 14 |
|
# endif |
| 15 |
|
|
| 16 |
C !INPUT/OUTPUT PARAMETERS: |
C !INPUT/OUTPUT PARAMETERS: |
| 17 |
C == Routine arguments == |
C == Routine arguments == |
| 30 |
#endif |
#endif |
| 31 |
|
|
| 32 |
Cmove below somewhere into MITCGM code |
Cmove below somewhere into MITCGM code |
| 33 |
#ifdef MPI_ON |
#ifdef ATM2D_MPI_ON |
| 34 |
CALL MPI_BARRIER( MPI_COMM_WORLD, rc ) |
CALL MPI_BARRIER( MPI_COMM_WORLD, rc ) |
| 35 |
CALL MPI_FINALIZE(rc) |
CALL MPI_FINALIZE(rc) |
| 36 |
#endif |
#endif |