Symbol Description Uses
MAX_COMPONENTS 16



File Line number Procedure Code
./pkg/compon_communic/CPLR_SIG.h 105 NO PROCEDURE
      integer num_component_procs(MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 106 NO PROCEDURE
      integer rank_component_procs(MAX_PROCS,MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 107 NO PROCEDURE
      integer num_compcplr_procs(MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 108 NO PROCEDURE
      integer rank_compcplr_procs(MAX_PROCS,MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 109 NO PROCEDURE
      integer MPI_COMM_component(MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 110 NO PROCEDURE
      integer MPI_COMM_compcplr(MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 111 NO PROCEDURE
      integer component_num_tiles(MAX_PROCS,MAX_COMPONENTS)
./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 116 NO PROCEDURE
      character*(MAXLEN_COMP_NAME) component_Name(MAX_COMPONENTS)
./pkg/compon_communic/CPLR_SIG.h 24 NO PROCEDURE
      integer MAX_COMPONENTS
./pkg/compon_communic/CPLR_SIG.h 25 NO PROCEDURE
      parameter( MAX_COMPONENTS=10 )
./pkg/compon_communic/CPLR_SIG.h 47 NO PROCEDURE
      character*(MAXLEN_COMP_NAME) component_List(MAX_COMPONENTS)
./pkg/compon_communic/mitcplr_match_comp.F 35 NO PROCEDURE
       if ( num_components .EQ. MAX_COMPONENTS ) then