/[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.8 by afe, Tue May 4 18:04:27 2004 UTC revision 1.9 by jmc, Sat Nov 5 00:49:47 2005 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3  CBOP  CBOP
4  C     !ROUTINE: EESUPPORT.h  C     !ROUTINE: EESUPPORT.h
5  C     !INTERFACE:  C     !INTERFACE:
6  C     include "EESUPPORT.h"  C     include "EESUPPORT.h"
7  C  C
# Line 285  C                     threads. Line 285  C                     threads.
285        INTEGER mpiTagN        INTEGER mpiTagN
286        INTEGER mpiTagS        INTEGER mpiTagS
287    
288    C--   COMMON /MPI_FULLMAP_I/ holds integer arrays of the full list of MPI process
289    C     mpi_myXGlobalLo :: List of all processors bottom-left X-index in global domain
290    C     mpi_myYGlobalLo :: List of all processors bottom-left Y-index in global domain
291    C                        Note: needed for mpi gather/scatter routines & singleCpuIO.
292          COMMON /MPI_FULLMAP_I/
293         &        mpi_myXGlobalLo, mpi_myYGlobalLo
294          INTEGER mpi_myXGlobalLo(nPx*nPy)
295          INTEGER mpi_myYGlobalLo(nPx*nPy)
296    
297  C MPI communicator describing this model realization  C MPI communicator describing this model realization
298        COMMON /MPI_COMMS/        COMMON /MPI_COMMS/
299       &        MPI_COMM_MODEL       &        MPI_COMM_MODEL
300        INTEGER MPI_COMM_MODEL        INTEGER MPI_COMM_MODEL
301    
302  #endif /* ALLOW_USE_MPI */  #endif /* ALLOW_USE_MPI */

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

  ViewVC Help
Powered by ViewVC 1.1.22