| 74 |
CALL F_HPMTERMINATE(myProcId) |
CALL F_HPMTERMINATE(myProcId) |
| 75 |
#endif |
#endif |
| 76 |
|
|
| 77 |
|
C-- Flush IO-unit before MPI termination |
| 78 |
|
CALL MDS_FLUSH( errorMessageUnit, 1 ) |
| 79 |
|
c#ifdef ALLOW_USE_MPI |
| 80 |
|
CALL MDS_FLUSH( standardMessageUnit, 1 ) |
| 81 |
|
c#endif /* ALLOW_USE_MPI */ |
| 82 |
|
|
| 83 |
#ifdef ALLOW_USE_MPI |
#ifdef ALLOW_USE_MPI |
| 84 |
C- Note: since MPI_INIT is always called, better to also always terminate MPI |
C- Note: since MPI_INIT is always called, better to also always terminate MPI |
| 85 |
C (even if usingMPI=F) --> comment out test on usingMPI |
C (even if usingMPI=F) --> comment out test on usingMPI |