Symbol Description Uses
errCount error counter 6



File Line number Procedure Code
./eesupp/src/stop_if_error.F 49 STOP_IF_ERROR
      INTEGER errCount
./eesupp/src/stop_if_error.F 52 STOP_IF_ERROR
      errCount = 0
./eesupp/src/stop_if_error.F 54 STOP_IF_ERROR
        errCount = 1
./eesupp/src/stop_if_error.F 56 STOP_IF_ERROR
      CALL GLOBAL_SUM_INT( errCount, myThid )
./eesupp/src/stop_if_error.F 58 STOP_IF_ERROR
      IF ( errCount.GE.1 ) THEN
./eesupp/src/stop_if_error.F 62 STOP_IF_ERROR
     &   'occurs', errCount, ' time(s) among all Threads and Procs'