/[MITgcm]/MITgcm/eesupp/inc/EESUPPORT.h
ViewVC logotype

Diff of /MITgcm/eesupp/inc/EESUPPORT.h

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

revision 1.9 by jmc, Sat Nov 5 00:49:47 2005 UTC revision 1.10 by jmc, Tue Apr 21 16:00:53 2009 UTC
# Line 87  C Line 87  C
87  C                                         the main.F master loop. This should not happen  C                                         the main.F master loop. This should not happen
88  C                                         if the multi-threading compilation tools works right.  C                                         if the multi-threading compilation tools works right.
89  C                                         But (see for example KAP) this is not always the case!  C                                         But (see for example KAP) this is not always the case!
 C     printMapIncludesZeros - Flag that controls whether character constant map code ignores  
 C                             exact zero values.  
90        COMMON /EESUPP_L/ thError, threadIsRunning, threadIsComplete,        COMMON /EESUPP_L/ thError, threadIsRunning, threadIsComplete,
91       & allMyEdgesAreSharedMemory, usingMPI, usingSyncMessages,       & allMyEdgesAreSharedMemory, usingMPI, usingSyncMessages,
92       & notUsingXPeriodicity, notUsingYPeriodicity,       & notUsingXPeriodicity, notUsingYPeriodicity
      & printMapIncludesZeros  
93        LOGICAL thError(MAX_NO_THREADS)        LOGICAL thError(MAX_NO_THREADS)
94        LOGICAL threadIsRunning(MAX_NO_THREADS)        LOGICAL threadIsRunning(MAX_NO_THREADS)
95        LOGICAL threadIsComplete(MAX_NO_THREADS)        LOGICAL threadIsComplete(MAX_NO_THREADS)
# Line 101  C                             exact zero Line 98  C                             exact zero
98        LOGICAL usingSyncMessages        LOGICAL usingSyncMessages
99        LOGICAL notUsingXPeriodicity        LOGICAL notUsingXPeriodicity
100        LOGICAL notUsingYPeriodicity        LOGICAL notUsingYPeriodicity
101        LOGICAL printMapIncludesZeros  
   
102  C--   COMMON /EESUPP_I/ Parallel support integer globals  C--   COMMON /EESUPP_I/ Parallel support integer globals
103  C     pidW   -  Process  ID of neighbor to West  C     pidW   -  Process  ID of neighbor to West
104  C     pidE   -           ditto             East  C     pidE   -           ditto             East

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22