Symbol | Description | Uses |
pclunit | 6 |
File | Line number | Procedure | Code |
./eesupp/src/timers.F | 215 | TIMER_CONTROL |
INTEGER pclunit |
./eesupp/src/timers.F | 412 | TIMER_CONTROL |
CALL MDSFINDUNIT (pclunit, myThreadId) |
./eesupp/src/timers.F | 413 | TIMER_CONTROL |
OPEN(UNIT=pclunit,FILE='data.pcl',STATUS='OLD') |
./eesupp/src/timers.F | 414 | TIMER_CONTROL |
read(pclunit,*) nevents |
./eesupp/src/timers.F | 424 | TIMER_CONTROL |
read(pclunit,*) pcl_counter_list(i) |
./eesupp/src/timers.F | 442 | TIMER_CONTROL |
close(pclunit) |