Symbol Description Uses
comm 63



File Line number Procedure Code
./pkg/compon_communic/comprecv_r4.F 15 COMPRECV_R4
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/comprecv_r4.F 32 COMPRECV_R4
      comm=MPI_COMM_myglobal
./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 38 COMPRECV_R4TILES
       comm=MPI_COMM_myglobal
./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 32 COMPRECV_R8
      comm=MPI_COMM_myglobal
./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 38 COMPRECV_R8TILES
       comm=MPI_COMM_myglobal
./pkg/compon_communic/comprecv_r8tiles.F 45 COMPRECV_R8TILES
       call MPI_RECV(r8buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/compsend_r4.F 15 COMPSEND_R4
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r4.F 47 COMPSEND_R4
      comm=MPI_COMM_myglobal
./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 57 COMPSEND_R4TILES
       comm=MPI_COMM_myglobal
./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 47 COMPSEND_R8
      comm=MPI_COMM_myglobal
./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 57 COMPSEND_R8TILES
       comm=MPI_COMM_myglobal
./pkg/compon_communic/compsend_r8tiles.F 65 COMPSEND_R8TILES
       call MPI_SEND( r8buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/couprecv_r4.F 16 COUPRECV_R4
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/couprecv_r4.F 31 COUPRECV_R4
      comm=MPI_COMM_compcplr( compind )
./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 31 COUPRECV_R4TILES
      comm=MPI_COMM_compcplr( compind )
./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 31 COUPRECV_R8
      comm=MPI_COMM_compcplr( compind )
./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 31 COUPRECV_R8TILES
      comm=MPI_COMM_compcplr( compind )
./pkg/compon_communic/couprecv_r8tiles.F 60 COUPRECV_R8TILES
       call MPI_RECV(r8buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/coupsend_r4.F 16 COUPSEND_R4
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r4.F 29 COUPSEND_R4
      comm=MPI_COMM_compcplr( compind )
./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 16 COUPSEND_R4TILES
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r4tiles.F 29 COUPSEND_R4TILES
      comm=MPI_COMM_compcplr( compind )
./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 16 COUPSEND_R8
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r8.F 29 COUPSEND_R8
      comm=MPI_COMM_compcplr( compind )
./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 16 COUPSEND_R8TILES
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r8tiles.F 29 COUPSEND_R8TILES
      comm=MPI_COMM_compcplr( compind )
./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 24 MITCOMPONENT_REGISTER
      integer count,datatype,dest,tag,comm
./pkg/compon_communic/mitcomponent_register.F 46 MITCOMPONENT_REGISTER
      comm=MPI_COMM_myglobal
./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 67 MITCOMPONENT_TILE_REGISTER
      comm=MPI_COMM_myglobal
./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 93 MITCOMPONENT_TILE_REGISTER
       comm=MPI_COMM_myglobal
./pkg/compon_communic/mitcomponent_tile_register.F 95 MITCOMPONENT_TILE_REGISTER
       call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcoupler_register.F 24 MITCOUPLER_REGISTER
      integer comm
./pkg/compon_communic/mitcoupler_register.F 35 MITCOUPLER_REGISTER
      comm=MPI_COMM_compcplr( compind )
./pkg/compon_communic/mitcoupler_register.F 51 MITCOUPLER_REGISTER
       call MPI_RECV(ibuf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/mitcoupler_tile_register.F 24 MITCOUPLER_TILE_REGISTER
      integer comm
./pkg/compon_communic/mitcoupler_tile_register.F 35 MITCOUPLER_TILE_REGISTER
      comm=MPI_COMM_compcplr( compind )
./pkg/compon_communic/mitcoupler_tile_register.F 51 MITCOUPLER_TILE_REGISTER
       call MPI_RECV(ibuf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/mitcoupler_tile_register.F 75 MITCOUPLER_TILE_REGISTER
        call MPI_RECV(ibuf, count, dtype, rank, tag, comm, stat, ierr)