Symbol Description Uses
MPI_SEND 24



File Line number Procedure Code
./eesupp/src/gather_vector.F 61 GATHER_VECTOR
            CALL MPI_SEND (ready_to_receive, 1, MPI_INTEGER,
./eesupp/src/gather_vector.F 92 GATHER_VECTOR
         CALL MPI_SEND (local, lbuff, MPI_DOUBLE_PRECISION,
./eesupp/src/gather_xz.F 65 GATHER_XZ
            CALL MPI_SEND (ready_to_receive, 1, MPI_INTEGER,
./eesupp/src/gather_xz.F 89 GATHER_XZ
         CALL MPI_SEND (local, lbuff, MPI_DOUBLE_PRECISION,
./eesupp/src/gather_yz.F 65 GATHER_YZ
            CALL MPI_SEND (ready_to_receive, 1, MPI_INTEGER,
./eesupp/src/gather_yz.F 89 GATHER_YZ
         CALL MPI_SEND (local, lbuff, MPI_DOUBLE_PRECISION,
./eesupp/src/global_sum_singlecpu.F 124 GLOBAL_SUM_SINGLECPU_RL
          CALL MPI_SEND (sumAll, 1, MPI_DOUBLE_PRECISION,
./eesupp/src/global_sum_tile.F 101 GLOBAL_SUM_TILE_RL
          CALL MPI_SEND (shareBufGSR8, lbuff, MPI_DOUBLE_PRECISION,
./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 151 GLOBAL_SUM_TILE_RL
          CALL MPI_SEND (sumAllP, 1, MPI_DOUBLE_PRECISION,
./pkg/compon_communic/compsend_r4.F 54 COMPSEND_R4
      call MPI_SEND( r4buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r4tiles.F 65 COMPSEND_R4TILES
       call MPI_SEND( r4buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r8.F 54 COMPSEND_R8
      call MPI_SEND( r8buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r8tiles.F 65 COMPSEND_R8TILES
       call MPI_SEND( r8buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r4.F 73 COUPSEND_R4
       call MPI_SEND( r4buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r4tiles.F 76 COUPSEND_R4TILES
        call MPI_SEND( r4buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r8.F 73 COUPSEND_R8
       call MPI_SEND( r8buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r8tiles.F 76 COUPSEND_R8TILES
        call MPI_SEND( r8buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_register.F 48 MITCOMPONENT_REGISTER
      call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_tile_register.F 69 MITCOMPONENT_TILE_REGISTER
      call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_tile_register.F 95 MITCOMPONENT_TILE_REGISTER
       call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./eesupp/src/scatter_vector.F 65 SCATTER_VECTOR
            CALL MPI_SEND (temp, lbuff, MPI_DOUBLE_PRECISION,
./eesupp/src/scatter_xz.F 72 SCATTER_XZ
            CALL MPI_SEND (temp, lbuff, MPI_DOUBLE_PRECISION,
./eesupp/src/scatter_yz.F 72 SCATTER_YZ
            CALL MPI_SEND (temp, lbuff, MPI_DOUBLE_PRECISION,