Symbol Description Uses
datatype 20



File Line number Procedure Code
./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 24 MITCOMPONENT_REGISTER
      integer count,datatype,dest,tag,comm
./pkg/compon_communic/mitcomponent_register.F 43 MITCOMPONENT_REGISTER
      datatype=MPI_INTEGER
./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 26 MITCOMPONENT_TILE_REGISTER
      integer count,datatype,dest,tag,comm
./pkg/compon_communic/mitcomponent_tile_register.F 64 MITCOMPONENT_TILE_REGISTER
      datatype=MPI_INTEGER
./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 90 MITCOMPONENT_TILE_REGISTER
       datatype=MPI_INTEGER
./pkg/compon_communic/mitcomponent_tile_register.F 95 MITCOMPONENT_TILE_REGISTER
       call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )