Symbol Description Uses
datatype 23



File Line number Procedure Code
./pkg/compon_communic/compsend_i4vec.F 19 COMPSEND_I4VEC
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_i4vec.F 35 COMPSEND_I4VEC
      datatype = MPI_INTEGER
./pkg/compon_communic/compsend_i4vec.F 46 COMPSEND_I4VEC
      call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r4.F 15 COMPSEND_R4
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r4.F 44 COMPSEND_R4
      datatype=MPI_REAL
./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 15 COMPSEND_R4TILES
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r4tiles.F 54 COMPSEND_R4TILES
       datatype=MPI_REAL
./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 15 COMPSEND_R8
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r8.F 44 COMPSEND_R8
      datatype=MPI_DOUBLE_PRECISION
./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 15 COMPSEND_R8TILES
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r8tiles.F 54 COMPSEND_R8TILES
       datatype=MPI_DOUBLE_PRECISION
./pkg/compon_communic/compsend_r8tiles.F 65 COMPSEND_R8TILES
       call MPI_SEND( r8buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_register.F 25 MITCOMPONENT_REGISTER
      integer count,datatype,dest,tag,comm
./pkg/compon_communic/mitcomponent_register.F 45 MITCOMPONENT_REGISTER
      datatype=MPI_INTEGER
./pkg/compon_communic/mitcomponent_register.F 50 MITCOMPONENT_REGISTER
      call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_tile_register.F 28 MITCOMPONENT_TILE_REGISTER
      integer count, datatype, dest, tag, comm, ierr
./pkg/compon_communic/mitcomponent_tile_register.F 62 MITCOMPONENT_TILE_REGISTER
      datatype=MPI_INTEGER
./pkg/compon_communic/mitcomponent_tile_register.F 67 MITCOMPONENT_TILE_REGISTER
      call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_tile_register.F 88 MITCOMPONENT_TILE_REGISTER
       datatype=MPI_INTEGER
./pkg/compon_communic/mitcomponent_tile_register.F 93 MITCOMPONENT_TILE_REGISTER
       call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )