Symbol Description Uses
dtype 53



File Line number Procedure Code
./pkg/compon_communic/comprecv_i4vec.F 19 COMPRECV_I4VEC
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/comprecv_i4vec.F 30 COMPRECV_I4VEC
      dtype = MPI_INTEGER
./pkg/compon_communic/comprecv_i4vec.F 41 COMPRECV_I4VEC
      call MPI_RECV( ibuf, count, dtype, rank, tag, comm, stat, ierr )
./pkg/compon_communic/comprecv_r4.F 15 COMPRECV_R4
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/comprecv_r4.F 29 COMPRECV_R4
      dtype=MPI_REAL
./pkg/compon_communic/comprecv_r4.F 39 COMPRECV_R4
      call MPI_RECV(r4buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/comprecv_r4tiles.F 15 COMPRECV_R4TILES
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/comprecv_r4tiles.F 35 COMPRECV_R4TILES
       dtype=MPI_REAL
./pkg/compon_communic/comprecv_r4tiles.F 45 COMPRECV_R4TILES
       call MPI_RECV(r4buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/comprecv_r8.F 15 COMPRECV_R8
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/comprecv_r8.F 29 COMPRECV_R8
      dtype=MPI_DOUBLE_PRECISION
./pkg/compon_communic/comprecv_r8.F 39 COMPRECV_R8
      call MPI_RECV(r8buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/comprecv_r8tiles.F 15 COMPRECV_R8TILES
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/comprecv_r8tiles.F 35 COMPRECV_R8TILES
       dtype=MPI_DOUBLE_PRECISION
./pkg/compon_communic/comprecv_r8tiles.F 45 COMPRECV_R8TILES
       call MPI_RECV(r8buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/couprecv_i4vec.F 22 COUPRECV_I4VEC
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/couprecv_i4vec.F 51 COUPRECV_I4VEC
       dtype = MPI_INTEGER
./pkg/compon_communic/couprecv_i4vec.F 61 COUPRECV_I4VEC
       call MPI_RECV(ibuf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/couprecv_r4.F 16 COUPRECV_R4
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/couprecv_r4.F 47 COUPRECV_R4
       dtype=MPI_REAL
./pkg/compon_communic/couprecv_r4.F 55 COUPRECV_R4
       call MPI_RECV(r4buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/couprecv_r4tiles.F 16 COUPRECV_R4TILES
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/couprecv_r4tiles.F 50 COUPRECV_R4TILES
       dtype=MPI_REAL
./pkg/compon_communic/couprecv_r4tiles.F 60 COUPRECV_R4TILES
       call MPI_RECV(r4buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/couprecv_r8.F 16 COUPRECV_R8
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/couprecv_r8.F 47 COUPRECV_R8
       dtype=MPI_DOUBLE_PRECISION
./pkg/compon_communic/couprecv_r8.F 55 COUPRECV_R8
       call MPI_RECV(r8buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/couprecv_r8tiles.F 16 COUPRECV_R8TILES
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/couprecv_r8tiles.F 50 COUPRECV_R8TILES
       dtype=MPI_DOUBLE_PRECISION
./pkg/compon_communic/couprecv_r8tiles.F 60 COUPRECV_R8TILES
       call MPI_RECV(r8buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/coupsend_i4vec.F 22 COUPSEND_I4VEC
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_i4vec.F 56 COUPSEND_I4VEC
       dtype = MPI_INTEGER
./pkg/compon_communic/coupsend_i4vec.F 66 COUPSEND_I4VEC
       call MPI_SEND( ibuf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r4.F 22 COUPSEND_R4
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r4.F 66 COUPSEND_R4
       dtype=MPI_REAL
./pkg/compon_communic/coupsend_r4.F 75 COUPSEND_R4
       call MPI_SEND( r4buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r4tiles.F 22 COUPSEND_R4TILES
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r4tiles.F 69 COUPSEND_R4TILES
        dtype=MPI_REAL
./pkg/compon_communic/coupsend_r4tiles.F 78 COUPSEND_R4TILES
        call MPI_SEND( r4buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r8.F 22 COUPSEND_R8
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r8.F 66 COUPSEND_R8
       dtype=MPI_DOUBLE_PRECISION
./pkg/compon_communic/coupsend_r8.F 75 COUPSEND_R8
       call MPI_SEND( r8buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r8tiles.F 22 COUPSEND_R8TILES
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r8tiles.F 69 COUPSEND_R8TILES
        dtype=MPI_DOUBLE_PRECISION
./pkg/compon_communic/coupsend_r8tiles.F 78 COUPSEND_R8TILES
        call MPI_SEND( r8buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcoupler_register.F 27 MITCOUPLER_REGISTER
      integer compind,count,dtype,tag,rank
./pkg/compon_communic/mitcoupler_register.F 50 MITCOUPLER_REGISTER
       dtype=MPI_INTEGER
./pkg/compon_communic/mitcoupler_register.F 54 MITCOUPLER_REGISTER
       call MPI_RECV(ibuf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/mitcoupler_tile_register.F 27 MITCOUPLER_TILE_REGISTER
      integer compind,count,dtype,tag,rank
./pkg/compon_communic/mitcoupler_tile_register.F 56 MITCOUPLER_TILE_REGISTER
       dtype=MPI_INTEGER
./pkg/compon_communic/mitcoupler_tile_register.F 60 MITCOUPLER_TILE_REGISTER
       call MPI_RECV(ibuf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/mitcoupler_tile_register.F 82 MITCOUPLER_TILE_REGISTER
        dtype=MPI_INTEGER
./pkg/compon_communic/mitcoupler_tile_register.F 86 MITCOUPLER_TILE_REGISTER
        call MPI_RECV(ibuf, count, dtype, rank, tag, comm, stat, ierr)