| File |
Line number |
Procedure |
Code |
|
./pkg/flt/exch2_recv_get_vec.F |
127 |
EXCH2_RECV_GET_VEC_RL |
thisTile = W2_myTileList(bi,bj) |
|
./pkg/flt/exch2_recv_get_vec.F |
128 |
EXCH2_RECV_GET_VEC_RL |
DO nN=1,exch2_nNeighbours(thisTile) |
|
./pkg/flt/exch2_recv_get_vec.F |
66 |
EXCH2_RECV_GET_VEC_RL |
INTEGER thisTile, nN, tgT, oNb, dir |
|
./pkg/flt/exch2_recv_get_vec.F |
87 |
EXCH2_RECV_GET_VEC_RL |
thisTile = W2_myTileList(bi,bj) |
|
./pkg/flt/exch2_recv_get_vec.F |
90 |
EXCH2_RECV_GET_VEC_RL |
DO nN=1,exch2_nNeighbours(thisTile) |
|
./pkg/flt/exch2_recv_get_vec.F |
92 |
EXCH2_RECV_GET_VEC_RL |
tgT = exch2_neighbourId(nN, thisTile ) |
|
./pkg/flt/exch2_recv_get_vec.F |
93 |
EXCH2_RECV_GET_VEC_RL |
oNb = exch2_opposingSend(nN, thisTile ) |
|
./pkg/flt/exch2_recv_get_vec.F |
94 |
EXCH2_RECV_GET_VEC_RL |
dir = exch2_neighbourDir(nN,thisTile) |
|
./pkg/flt/exch2_send_put_vec.F |
107 |
EXCH2_SEND_PUT_VEC_RL |
thisTile = W2_myTileList(bi,bj) |
|
./pkg/flt/exch2_send_put_vec.F |
110 |
EXCH2_SEND_PUT_VEC_RL |
DO nN=1,exch2_nNeighbours(thisTile) |
|
./pkg/flt/exch2_send_put_vec.F |
112 |
EXCH2_SEND_PUT_VEC_RL |
tgT = exch2_neighbourId(nN, thisTile ) |
|
./pkg/flt/exch2_send_put_vec.F |
113 |
EXCH2_SEND_PUT_VEC_RL |
dir = exch2_neighbourDir(nN,thisTile) |
|
./pkg/flt/exch2_send_put_vec.F |
135 |
EXCH2_SEND_PUT_VEC_RL |
theTag = (thisTile-1)*W2_maxNeighbours + nN |
|
./pkg/flt/exch2_send_put_vec.F |
67 |
EXCH2_SEND_PUT_VEC_RL |
INTEGER I,J,sBi,sBj, nN, thisTile, tgT, tgN, dir, sDir |