/[MITgcm]/MITgcm/pkg/exch2/exch2_get_rx1.template
ViewVC logotype

Diff of /MITgcm/pkg/exch2/exch2_get_rx1.template

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

revision 1.2 by jmc, Sun Jun 28 01:00:23 2009 UTC revision 1.3 by jmc, Fri Apr 23 20:21:06 2010 UTC
# Line 40  C     tJlo,tJhi     :: index range in J Line 40  C     tJlo,tJhi     :: index range in J
40  C     tJstride      :: index step  in J that will be filled in target "array"  C     tJstride      :: index step  in J that will be filled in target "array"
41  C     tKlo,tKhi     :: index range in K that will be filled in target "array"  C     tKlo,tKhi     :: index range in K that will be filled in target "array"
42  C     tKstride      :: index step  in K that will be filled in target "array"  C     tKstride      :: index step  in K that will be filled in target "array"
43  C     thisTile      :: receiveing tile Id. number  C     thisTile      :: receiving tile Id. number
44  C     bi,bj         :: Indices of the receiving tile within this process  C     bi,bj         :: Indices of the receiving tile within this process
45  C                   ::  (used to select buffer slots that are allowed).  C                   ::  (used to select buffer slots that are allowed).
46  C     nN            :: Neighbour entry that we are processing  C     nN            :: Neighbour entry that we are processing
# Line 64  C                   :: coordinate access Line 64  C                   :: coordinate access
64  C                   :: buffering. In PUT communication sender will increment  C                   :: buffering. In PUT communication sender will increment
65  C                   :: handle entry once data is ready in buffer. Receiver will  C                   :: handle entry once data is ready in buffer. Receiver will
66  C                   :: decrement handle once data is consumed from buffer.  C                   :: decrement handle once data is consumed from buffer.
67  C                   :: For MPI MSG communication MPI_Wait uses hanlde to check  C                   :: For MPI MSG communication MPI_Wait uses handle to check
68  C                   :: Isend has cleared. This is done in routine after receives.  C                   :: Isend has cleared. This is done in routine after receives.
69  C     commSetting   :: Mode of communication used to exchange with this neighbor  C     commSetting   :: Mode of communication used to exchange with this neighbor
70  C     myThid        :: my Thread Id. number  C     myThid        :: my Thread Id. number
# Line 88  C     itl,jtl,ktl :: Loop counters (this Line 88  C     itl,jtl,ktl :: Loop counters (this
88  C     soT    :: Source tile Id number  C     soT    :: Source tile Id number
89  C     oNb    :: Opposing send record number  C     oNb    :: Opposing send record number
90  C     iBufr  :: Buffer counter  C     iBufr  :: Buffer counter
91  C     sNb    :: buffer (source) Neibour index to get data from  C     sNb    :: buffer (source) Neighbour index to get data from
92  C     sBi    :: buffer (source) Tile  index (for this Proc) to get data from  C     sBi    :: buffer (source) Tile  index (for this Proc) to get data from
93  C     sBj    :: buffer (source) Tile  index (for this Proc) to get data from  C     sBj    :: buffer (source) Tile  index (for this Proc) to get data from
94  C     sLv    :: buffer (source) level index to get data from  C     sLv    :: buffer (source) level index to get data from

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22