Symbol Description Uses
MAX_TILES 15



File Line number Procedure Code
./pkg/compon_communic/CPLR_SIG.h 112 NO PROCEDURE
      integer component_tile_nx(MAX_TILES,MAX_PROCS,MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 113 NO PROCEDURE
      integer component_tile_ny(MAX_TILES,MAX_PROCS,MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 114 NO PROCEDURE
      integer component_tile_i0(MAX_TILES,MAX_PROCS,MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 115 NO PROCEDURE
      integer component_tile_j0(MAX_TILES,MAX_PROCS,MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 27 NO PROCEDURE
      integer MAX_TILES
./pkg/compon_communic/CPLR_SIG.h 28 NO PROCEDURE
      parameter( MAX_TILES=16 )
./pkg/compon_communic/CPLR_SIG.h 78 NO PROCEDURE
      integer my_tile_nx(MAX_TILES)
./pkg/compon_communic/CPLR_SIG.h 79 NO PROCEDURE
      integer my_tile_ny(MAX_TILES)
./pkg/compon_communic/CPLR_SIG.h 80 NO PROCEDURE
      integer my_tile_i0(MAX_TILES)
./pkg/compon_communic/CPLR_SIG.h 81 NO PROCEDURE
      integer my_tile_j0(MAX_TILES)
./pkg/compon_communic/CPLR_SIG.h 82 NO PROCEDURE
      integer my_tile_bi(MAX_TILES)
./pkg/compon_communic/CPLR_SIG.h 83 NO PROCEDURE
      integer my_tile_bj(MAX_TILES)
./pkg/compon_communic/generate_tag.F 31 NO PROCEDURE
      generate_tag = iarg1*MAX_TILES + iarg2
./pkg/compon_communic/mitcomponent_tile_register.F 39 MITCOMPONENT_TILE_REGISTER
      if (num_tiles.gt.MAX_TILES)
./pkg/compon_communic/mitcoupler_tile_register.F 70 MITCOUPLER_TILE_REGISTER
       if (numtiles.lt.1 .or. numtiles.gt.MAX_TILES) then