Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.8 by jmc, Tue May 12 19:44:58 2009 UTC | revision 1.9 by jmc, Wed May 20 21:01:45 2009 UTC | |
|---|---|---|
| # | Line 136 C Setup MPI stuff here | Line 136 C Setup MPI stuff here |
| 136 | theTag2 = (tt-1)*W2_maxNeighbours*2 + W2_maxNeighbours + oN-1 | theTag2 = (tt-1)*W2_maxNeighbours*2 + W2_maxNeighbours + oN-1 |
| 137 | tProc = exch2_tProc(thisTile)-1 | tProc = exch2_tProc(thisTile)-1 |
| 138 | sProc = exch2_tProc(tt)-1 | sProc = exch2_tProc(tt)-1 |
| 139 | theType = MPI_REAL8 | theType = _MPI_TYPE_RX |
| 140 | nri1 = (tIhi1-tIlo1+1)/tiStride | nri1 = (tIhi1-tIlo1+1)/tiStride |
| 141 | nrj1 = (tJhi1-tJlo1+1)/tjStride | nrj1 = (tJhi1-tJlo1+1)/tjStride |
| 142 | nrk1 = (tKhi-tKlo+1)/tkStride | nrk1 = (tKhi-tKlo+1)/tkStride |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |