Symbol Description Uses
datatype 20



File Line number Procedure Code
./pkg/compon_communic/mitcomponent_register.F 21 MITCOMPONENT_REGISTER
      integer count,datatype,dest,tag,comm
./pkg/compon_communic/mitcomponent_register.F 40 MITCOMPONENT_REGISTER
      datatype=MPI_INTEGER
./pkg/compon_communic/mitcomponent_register.F 45 MITCOMPONENT_REGISTER
      call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r4.F 12 COMPSEND_R4
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r4.F 41 COMPSEND_R4
      datatype=MPI_REAL
./pkg/compon_communic/compsend_r4.F 51 COMPSEND_R4
      call MPI_SEND( r4buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r8tiles.F 12 COMPSEND_R8TILES
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r8tiles.F 51 COMPSEND_R8TILES
       datatype=MPI_DOUBLE_PRECISION
./pkg/compon_communic/compsend_r8tiles.F 62 COMPSEND_R8TILES
       call MPI_SEND( r8buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r4tiles.F 12 COMPSEND_R4TILES
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r4tiles.F 51 COMPSEND_R4TILES
       datatype=MPI_REAL
./pkg/compon_communic/compsend_r4tiles.F 62 COMPSEND_R4TILES
       call MPI_SEND( r4buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r8.F 12 COMPSEND_R8
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r8.F 41 COMPSEND_R8
      datatype=MPI_DOUBLE_PRECISION
./pkg/compon_communic/compsend_r8.F 51 COMPSEND_R8
      call MPI_SEND( r8buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_tile_register.F 23 MITCOMPONENT_TILE_REGISTER
      integer count,datatype,dest,tag,comm
./pkg/compon_communic/mitcomponent_tile_register.F 61 MITCOMPONENT_TILE_REGISTER
      datatype=MPI_INTEGER
./pkg/compon_communic/mitcomponent_tile_register.F 66 MITCOMPONENT_TILE_REGISTER
      call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_tile_register.F 87 MITCOMPONENT_TILE_REGISTER
       datatype=MPI_INTEGER
./pkg/compon_communic/mitcomponent_tile_register.F 92 MITCOMPONENT_TILE_REGISTER
       call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )