/[MITgcm]/MITgcm/eesupp/src/mds_flush.F
ViewVC logotype

Contents of /MITgcm/eesupp/src/mds_flush.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Oct 11 19:15:18 2012 UTC (11 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64a, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64c, checkpoint64g, checkpoint64f, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l, HEAD
- add S/R to flush IO unit (if intrinsic S/R flush is available)
- flush standard & error msg unit before MPI termination
- if debugMode, flush IO unit after printing msg

1 C $Header: /u/gcmpack/MITgcm/eesupp/src/mdsfindunit.F,v 1.2 2006/08/22 18:57:53 ce107 Exp $
2 C $Name: $
3
4 #include "CPP_EEOPTIONS.h"
5
6 CBOP
7 C !ROUTINE: MDS_FLUSH
8
9 C !INTERFACE:
10 SUBROUTINE MDS_FLUSH( ioUnit, myThid )
11
12 C !DESCRIPTION:
13 C call the intrinsic subroutine FLUSH (if available) on the ioUnit argument
14
15 C !USES:
16 IMPLICIT NONE
17 #include "EEPARAMS.h"
18
19 C !INPUT PARAMETERS:
20 C ioUnit (integer) :: unit number
21 C myThid (integer) :: my Thread Id number
22 INTEGER ioUnit
23 INTEGER myThid
24
25 C !LOCAL VARIABLES:
26 CEOP
27
28 #ifdef HAVE_FLUSH
29 CALL FLUSH( ioUnit )
30 #endif
31
32 RETURN
33 END

  ViewVC Help
Powered by ViewVC 1.1.22