Symbol Description Uses
ready_to_receive 16



File Line number Procedure Code
./eesupp/src/gather_vector.F 24 GATHER_VECTOR
      INTEGER lbuff, idest, itag, npe, ready_to_receive
./eesupp/src/gather_vector.F 45 GATHER_VECTOR
      ready_to_receive = 0
./eesupp/src/gather_vector.F 61 GATHER_VECTOR
            CALL MPI_SEND (ready_to_receive, 1, MPI_INTEGER,
./eesupp/src/gather_vector.F 89 GATHER_VECTOR
         CALL MPI_RECV (ready_to_receive, 1, MPI_INTEGER,
./eesupp/src/gather_xz.F 24 GATHER_XZ
      INTEGER lbuff, idest, itag, npe, ready_to_receive
./eesupp/src/gather_xz.F 47 GATHER_XZ
      ready_to_receive = 0
./eesupp/src/gather_xz.F 65 GATHER_XZ
            CALL MPI_SEND (ready_to_receive, 1, MPI_INTEGER,
./eesupp/src/gather_xz.F 86 GATHER_XZ
         CALL MPI_RECV (ready_to_receive, 1, MPI_INTEGER,
./eesupp/src/gather_yz.F 24 GATHER_YZ
      INTEGER lbuff, idest, itag, npe, ready_to_receive
./eesupp/src/gather_yz.F 47 GATHER_YZ
      ready_to_receive = 0
./eesupp/src/gather_yz.F 65 GATHER_YZ
            CALL MPI_SEND (ready_to_receive, 1, MPI_INTEGER,
./eesupp/src/gather_yz.F 86 GATHER_YZ
         CALL MPI_RECV (ready_to_receive, 1, MPI_INTEGER,
./eesupp/src/global_sum_tile.F 123 GLOBAL_SUM_TILE_RL
          CALL MPI_SEND (ready_to_receive, 1, MPI_INTEGER,
./eesupp/src/global_sum_tile.F 59 GLOBAL_SUM_TILE_RL
      INTEGER lbuff, idest, itag, ready_to_receive
./eesupp/src/global_sum_tile.F 92 GLOBAL_SUM_TILE_RL
      ready_to_receive = 0
./eesupp/src/global_sum_tile.F 98 GLOBAL_SUM_TILE_RL
          CALL MPI_RECV (ready_to_receive, 1, MPI_INTEGER,