Symbol Description Uses
W2_printMsg select option for information messages printing open and print to w2_tile_topology log file print the minimum, to StdOut no duplicated print from different processes (only Master) all processes do print (used to check). 17



File Line number Procedure Code
./pkg/exch2/W2_EXCH2_PARAMS.h 48 NO PROCEDURE
      INTEGER W2_oUnit, W2_printMsg
./pkg/exch2/W2_EXCH2_PARAMS.h 55 NO PROCEDURE
     &        W2_oUnit, W2_printMsg
./pkg/exch2/w2_eeboot.F 226 W2_EEBOOT
      IF ( W2_printMsg .NE. 0 ) THEN
./pkg/exch2/w2_eeboot.F 93 W2_EEBOOT
      IF ( W2_printMsg .LT. 0 ) THEN
./pkg/exch2/w2_print_e2setup.F 49 W2_PRINT_E2SETUP
      prtFlag = ABS(W2_printMsg).GE.2
./pkg/exch2/w2_print_e2setup.F 50 W2_PRINT_E2SETUP
     &       .OR. ( W2_printMsg .NE.0 .AND. myProcId.EQ.0 )
./pkg/exch2/w2_readparms.F 189 W2_READPARMS
      WRITE(msgBuf,'(A,I4,A)') 'W2_printMsg     =', W2_printMsg,
./pkg/exch2/w2_readparms.F 60 W2_READPARMS
     &       W2_printMsg,
./pkg/exch2/w2_readparms.F 66 W2_READPARMS
      W2_printMsg = -1
./pkg/exch2/w2_set_cs6_facets.F 51 W2_SET_CS6_FACETS
      prtFlag = ABS(W2_printMsg).GE.2
./pkg/exch2/w2_set_cs6_facets.F 52 W2_SET_CS6_FACETS
     &       .OR. ( W2_printMsg .NE.0 .AND. myProcId.EQ.0 )
./pkg/exch2/w2_set_f2f_index.F 47 W2_SET_F2F_INDEX
      prtFlag = ABS(W2_printMsg).GE.2
./pkg/exch2/w2_set_f2f_index.F 48 W2_SET_F2F_INDEX
     &       .OR. ( W2_printMsg .NE.0 .AND. myProcId.EQ.0 )
./pkg/exch2/w2_set_map_tiles.F 57 W2_SET_MAP_TILES
      prtFlag = ABS(W2_printMsg).GE.2
./pkg/exch2/w2_set_map_tiles.F 58 W2_SET_MAP_TILES
     &       .OR. ( W2_printMsg .NE.0 .AND. myProcId.EQ.0 )
./pkg/exch2/w2_set_tile2tiles.F 58 W2_SET_TILE2TILES
      prtFlag = ABS(W2_printMsg).GE.2
./pkg/exch2/w2_set_tile2tiles.F 59 W2_SET_TILE2TILES
     &       .OR. ( W2_printMsg .NE.0 .AND. myProcId.EQ.0 )