Symbol Description Uses
my_tile_nx 13



File Line number Procedure Code
./pkg/compon_communic/CPLR_SIG.h 78 NO PROCEDURE
      integer my_tile_nx(MAX_TILES)
./pkg/compon_communic/CPLR_SIG.h 96 NO PROCEDURE
     &  my_tile_nx,
./pkg/compon_communic/comprecv_r4.F 61 COMPRECV_R4
      if (nx.ne.my_tile_nx(1)) stop 'comprecv_r4: bad nx'
./pkg/compon_communic/comprecv_r4tiles.F 67 COMPRECV_R4TILES
       if (nx.ne.my_tile_nx(bibj)) stop 'comprecv_r4tiles: bad nx'
./pkg/compon_communic/comprecv_r8.F 61 COMPRECV_R8
      if (nx.ne.my_tile_nx(1)) stop 'comprecv_r8: bad nx'
./pkg/compon_communic/comprecv_r8tiles.F 67 COMPRECV_R8TILES
       if (nx.ne.my_tile_nx(bibj)) stop 'comprecv_r8tiles: bad nx'
./pkg/compon_communic/compsend_r4tiles.F 31 COMPSEND_R4TILES
       if (Ni.ne.my_tile_nx(bibj))
./pkg/compon_communic/compsend_r4tiles.F 38 COMPSEND_R4TILES
       r4buf(2)=float( my_tile_nx(bibj) )
./pkg/compon_communic/compsend_r8tiles.F 31 COMPSEND_R8TILES
       if (Ni.ne.my_tile_nx(bibj))
./pkg/compon_communic/compsend_r8tiles.F 38 COMPSEND_R8TILES
       r8buf(2)=float( my_tile_nx(bibj) )
./pkg/compon_communic/mitcomponent_register.F 38 MITCOMPONENT_REGISTER
      my_tile_nx(1)=nx
./pkg/compon_communic/mitcomponent_tile_register.F 46 MITCOMPONENT_TILE_REGISTER
        my_tile_nx(n) = iReg(3,n)
./pkg/compon_communic/mitcomponent_tile_register.F 81 MITCOMPONENT_TILE_REGISTER
       ibuf(1) = my_tile_nx(n)