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

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

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

revision 1.7 by cnh, Tue Aug 5 18:31:55 2008 UTC revision 1.8 by jmc, Tue May 12 19:44:58 2009 UTC
# Line 22  C $Name$ Line 22  C $Name$
22  #include "SIZE.h"  #include "SIZE.h"
23  #include "EEPARAMS.h"  #include "EEPARAMS.h"
24  #include "EESUPPORT.h"  #include "EESUPPORT.h"
25    #include "W2_EXCH2_SIZE.h"
26  #include "W2_EXCH2_TOPOLOGY.h"  #include "W2_EXCH2_TOPOLOGY.h"
27    
28  C     === Routine arguments ===  C     === Routine arguments ===
# Line 130  C      Setup MPI stuff here Line 131  C      Setup MPI stuff here
131         nb = thisI         nb = thisI
132         mb = nN         mb = nN
133         ir = 2         ir = 2
134         theTag =  (tt-1)*MAX_NEIGHBOURS + oN         theTag =  (tt-1)*W2_maxNeighbours + oN
135         tProc = exch2_tProc(thisTile)-1         tProc = exch2_tProc(thisTile)-1
136         sProc = exch2_tProc(tt)-1         sProc = exch2_tProc(tt)-1
137         theType = MPI_REAL8         theType = MPI_REAL8

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

  ViewVC Help
Powered by ViewVC 1.1.22