Symbol Description Uses
MAX_IBUF 22



File Line number Procedure Code
./pkg/compon_communic/CPLR_SIG.h 18 NO PROCEDURE
      integer MAX_IBUF
./pkg/compon_communic/CPLR_SIG.h 19 NO PROCEDURE
      parameter(MAX_IBUF=1024)
./pkg/compon_communic/comprecv_i4vec.F 22 COMPRECV_I4VEC
      integer ibuf(MAX_IBUF)
./pkg/compon_communic/comprecv_i4vec.F 25 COMPRECV_I4VEC
      if ( 1+length .gt. MAX_IBUF )
./pkg/compon_communic/comprecv_i4vec.F 29 COMPRECV_I4VEC
      count = MAX_IBUF
./pkg/compon_communic/compsend_i4vec.F 21 COMPSEND_I4VEC
      integer ibuf(MAX_IBUF)
./pkg/compon_communic/compsend_i4vec.F 24 COMPSEND_I4VEC
      if ( 1+length .gt. MAX_IBUF )
./pkg/compon_communic/couprecv_i4vec.F 26 COUPRECV_I4VEC
      integer ibuf(MAX_IBUF)
./pkg/compon_communic/couprecv_i4vec.F 29 COUPRECV_I4VEC
      if ( 1+length .gt. MAX_IBUF )
./pkg/compon_communic/couprecv_i4vec.F 50 COUPRECV_I4VEC
       count = MAX_IBUF
./pkg/compon_communic/coupsend_i4vec.F 25 COUPSEND_I4VEC
      integer ibuf(MAX_IBUF)
./pkg/compon_communic/coupsend_i4vec.F 28 COUPSEND_I4VEC
      if ( 1+length .gt. MAX_IBUF )
./pkg/compon_communic/mitcomponent_register.F 26 MITCOMPONENT_REGISTER
      integer ibuf(MAX_IBUF)
./pkg/compon_communic/mitcomponent_tile_register.F 29 MITCOMPONENT_TILE_REGISTER
      integer ibuf(MAX_IBUF)
./pkg/compon_communic/mitcoupler_register.F 31 MITCOUPLER_REGISTER
      integer ibuf(MAX_IBUF)
./pkg/compon_communic/mitcoupler_register.F 49 MITCOUPLER_REGISTER
       count=MAX_IBUF
./pkg/compon_communic/mitcoupler_tile_register.F 32 MITCOUPLER_TILE_REGISTER
      integer ibuf(MAX_IBUF)
./pkg/compon_communic/mitcoupler_tile_register.F 55 MITCOUPLER_TILE_REGISTER
       count=MAX_IBUF
./pkg/compon_communic/mitcoupler_tile_register.F 81 MITCOUPLER_TILE_REGISTER
        count=MAX_IBUF
./pkg/compon_communic/mitcplr_init1.F 29 MITCPLR_INIT1
      integer ibuf(MAX_IBUF)
./pkg/compon_communic/mitcplr_init2a.F 18 MITCPLR_INIT2A
      integer ibuf(MAX_IBUF)
./pkg/compon_communic/mitcplr_init2b.F 19 MITCPLR_INIT2B
      integer ibuf(MAX_IBUF)