File |
Line number |
Procedure |
Code |
./pkg/flt/exch2_recv_get_vec.F |
62 |
EXCH2_RL_RECV_GET_VEC |
INTEGER thisTile, nN, tgT, oNb, dir |
./pkg/flt/exch2_recv_get_vec.F |
83 |
EXCH2_RL_RECV_GET_VEC |
thisTile = W2_myTileList(bi,bj) |
./pkg/flt/exch2_recv_get_vec.F |
86 |
EXCH2_RL_RECV_GET_VEC |
DO nN=1,exch2_nNeighbours(thisTile) |
./pkg/flt/exch2_recv_get_vec.F |
88 |
EXCH2_RL_RECV_GET_VEC |
tgT = exch2_neighbourId(nN, thisTile ) |
./pkg/flt/exch2_recv_get_vec.F |
89 |
EXCH2_RL_RECV_GET_VEC |
oNb = exch2_opposingSend(nN, thisTile ) |
./pkg/flt/exch2_recv_get_vec.F |
90 |
EXCH2_RL_RECV_GET_VEC |
dir = exch2_neighbourDir(nN,thisTile) |
./pkg/flt/exch2_send_put_vec.F |
108 |
EXCH2_RL_SEND_PUT_VEC |
thisTile = W2_myTileList(bi,bj) |
./pkg/flt/exch2_send_put_vec.F |
111 |
EXCH2_RL_SEND_PUT_VEC |
DO nN=1,exch2_nNeighbours(thisTile) |
./pkg/flt/exch2_send_put_vec.F |
113 |
EXCH2_RL_SEND_PUT_VEC |
tgT = exch2_neighbourId(nN, thisTile ) |
./pkg/flt/exch2_send_put_vec.F |
114 |
EXCH2_RL_SEND_PUT_VEC |
dir = exch2_neighbourDir(nN,thisTile) |
./pkg/flt/exch2_send_put_vec.F |
126 |
EXCH2_RL_SEND_PUT_VEC |
theTag = (thisTile-1)*W2_maxNeighbours + nN |
./pkg/flt/exch2_send_put_vec.F |
68 |
EXCH2_RL_SEND_PUT_VEC |
INTEGER I,J,sBi,sBj, nN, thisTile, tgT, tgN, dir, sDir |