Symbol Description Uses
exch2_opposingSend Neighbour entry in target tile send which has this tile and neighbour as its target. 16



File Line number Procedure Code
./pkg/exch2/W2_EXCH2_TOPOLOGY.h 69 NO PROCEDURE
       INTEGER exch2_opposingSend( W2_maxNeighbours, W2_maxNbTiles )
./pkg/exch2/W2_EXCH2_TOPOLOGY.h 84 NO PROCEDURE
     &        exch2_opposingSend,
./pkg/exch2/exch2_get_uv_bounds.F 76 EXCH2_GET_UV_BOUNDS
      soNb = exch2_opposingSend(tgNb,tgTile)
./pkg/exch2/w2_eeboot.F 198 W2_EEBOOT
     &    ' (n=', exch2_opposingSend(J,myTileId), ') Comm = MSG',
./pkg/exch2/w2_eeboot.F 205 W2_EEBOOT
     &    ' (n=', exch2_opposingSend(J,myTileId), ') Comm = PUT',
./pkg/exch2/w2_eeboot.F 71 W2_EEBOOT
          exch2_opposingSend(J,I) = 0
./pkg/exch2/w2_print_comm_sequence.F 131 W2_PRINT_COMM_SEQUENCE
         tN=exch2_opposingSend(N,myTileId)
./pkg/exch2/w2_print_comm_sequence.F 74 W2_PRINT_COMM_SEQUENCE
         tN = exch2_opposingSend(N,myTileId)
./pkg/exch2/w2_print_e2setup.F 132 W2_PRINT_E2SETUP
            nt = exch2_opposingSend(np(i),ip(i))
./pkg/exch2/w2_print_e2setup.F 75 W2_PRINT_E2SETUP
            nt = exch2_opposingSend(np(i),ip(i))
./pkg/exch2/w2_set_tile2tiles.F 278 W2_SET_TILE2TILES
           IF ( exch2_opposingSend(ns,is).EQ.0 ) THEN
./pkg/exch2/w2_set_tile2tiles.F 279 W2_SET_TILE2TILES
            exch2_opposingSend(ns,is) = nt
./pkg/exch2/w2_set_tile2tiles.F 281 W2_SET_TILE2TILES
            nn = exch2_opposingSend(ns,is)
./pkg/exch2/w2_set_tile2tiles.F 293 W2_SET_TILE2TILES
        IF ( exch2_opposingSend(ns,is).EQ.0 ) THEN
./pkg/exch2/w2_set_tile2tiles.F 313 W2_SET_TILE2TILES
        nt = exch2_opposingSend(ns,is)
./pkg/exch2/w2_set_tile2tiles.F 315 W2_SET_TILE2TILES
        nn = exch2_opposingSend(nt,it)