Symbol Description Uses
papiunit 6



File Line number Procedure Code
./eesupp/src/timers.F 186 TIMER_CONTROL
      INTEGER papiunit
./eesupp/src/timers.F 362 TIMER_CONTROL
         CALL MDSFINDUNIT (papiunit, myThreadId)
./eesupp/src/timers.F 363 TIMER_CONTROL
         OPEN(UNIT=papiunit,FILE='data.papi',STATUS='OLD')
./eesupp/src/timers.F 364 TIMER_CONTROL
        read(papiunit,*) nevents
./eesupp/src/timers.F 374 TIMER_CONTROL
           read(papiunit,*) EventName
./eesupp/src/timers.F 386 TIMER_CONTROL
        close(papiunit)