| File |
Line number |
Procedure |
Code |
|
./model/src/the_main_loop.F |
160 |
THE_MAIN_LOOP |
INTEGER pcl_counter_list(5), flags, nevents, res, ipcl |
|
./model/src/the_main_loop.F |
164 |
THE_MAIN_LOOP |
$ flags, nevents |
|
./model/src/the_main_loop.F |
265 |
THE_MAIN_LOOP |
res = PCLstop(descr, i_result, fp_result, nevents) |
|
./model/src/the_main_loop.F |
266 |
THE_MAIN_LOOP |
do ipcl = 1, nevents |
|
./model/src/the_main_loop.F |
272 |
THE_MAIN_LOOP |
res = PCLstart(descr, pcl_counter_list, nevents, flags) |
|
./model/src/the_main_loop.F |
500 |
THE_MAIN_LOOP |
res = PCLstop(descr, i_result, fp_result, nevents) |
|
./model/src/the_main_loop.F |
501 |
THE_MAIN_LOOP |
do ipcl = 1, nevents |
|
./model/src/the_main_loop.F |
507 |
THE_MAIN_LOOP |
res = PCLstart(descr, pcl_counter_list, nevents, flags) |
|
./model/src/solve_for_pressure.F |
577 |
SOLVE_FOR_PRESSURE |
PCLstop(descr, i_result, fp_result, nevents) |
|
./model/src/solve_for_pressure.F |
578 |
SOLVE_FOR_PRESSURE |
do ipcl = 1, nevents |
|
./model/src/solve_for_pressure.F |
584 |
SOLVE_FOR_PRESSURE |
PCLstart(descr, pcl_counter_list, nevents, flags) |
|
./model/src/solve_for_pressure.F |
91 |
SOLVE_FOR_PRESSURE |
INTEGER pcl_counter_list(5), flags, nevents, res, ipcl |
|
./model/src/solve_for_pressure.F |
95 |
SOLVE_FOR_PRESSURE |
$ flags, nevents |
|
./eesupp/src/timers.F |
1003 |
TIMER_STOP |
$ flags, nevents |
|
./eesupp/src/timers.F |
1009 |
TIMER_STOP |
DATA nevents /nmaxevents/ |
|
./eesupp/src/timers.F |
1022 |
TIMER_STOP |
INTEGER pcl_counter_list(5), flags, nevents |
|
./eesupp/src/timers.F |
1026 |
TIMER_STOP |
$ flags, nevents |
|
./eesupp/src/timers.F |
1030 |
TIMER_STOP |
DATA nevents /0/ |
|
./eesupp/src/timers.F |
174 |
TIMER_CONTROL |
INTEGER neventsmax, nevents |
|
./eesupp/src/timers.F |
175 |
TIMER_CONTROL |
SAVE neventsmax, nevents |
|
./eesupp/src/timers.F |
191 |
TIMER_CONTROL |
INTEGER flags, res, nevents |
|
./eesupp/src/timers.F |
209 |
TIMER_CONTROL |
$ flags, nevents |
|
./eesupp/src/timers.F |
273 |
TIMER_CONTROL |
$ fp_result(1,iTimer,myThreadId), nevents) |
|
./eesupp/src/timers.F |
293 |
TIMER_CONTROL |
$ fp_result(1,iTimer,myThreadId), nevents) |
|
./eesupp/src/timers.F |
310 |
TIMER_CONTROL |
do i=1,nevents |
|
./eesupp/src/timers.F |
316 |
TIMER_CONTROL |
do i=1,nevents |
|
./eesupp/src/timers.F |
352 |
TIMER_CONTROL |
read(papiunit,*) nevents |
|
./eesupp/src/timers.F |
354 |
TIMER_CONTROL |
if (nevents .gt. neventsmax) then |
|
./eesupp/src/timers.F |
355 |
TIMER_CONTROL |
nevents = neventsmax |
|
./eesupp/src/timers.F |
361 |
TIMER_CONTROL |
do i = 1,nevents |
|
./eesupp/src/timers.F |
378 |
TIMER_CONTROL |
do i = 1,nevents |
|
./eesupp/src/timers.F |
402 |
TIMER_CONTROL |
read(pclunit,*) nevents |
|
./eesupp/src/timers.F |
404 |
TIMER_CONTROL |
if (nevents .gt. nmaxevents) then |
|
./eesupp/src/timers.F |
405 |
TIMER_CONTROL |
nevents = nmaxevents |
|
./eesupp/src/timers.F |
411 |
TIMER_CONTROL |
do i = 1,nevents |
|
./eesupp/src/timers.F |
433 |
TIMER_CONTROL |
do i = 1,nevents |
|
./eesupp/src/timers.F |
447 |
TIMER_CONTROL |
res = PCLquery(descr, pcl_counter_list, nevents+1, flags) |
|
./eesupp/src/timers.F |
449 |
TIMER_CONTROL |
pcl_counter_list(nevents+1) = alt_counter_list(i+1) |
|
./eesupp/src/timers.F |
452 |
TIMER_CONTROL |
nevents = nevents + 1 |
|
./eesupp/src/timers.F |
456 |
TIMER_CONTROL |
if (nevents .eq. 0) then |
|
./eesupp/src/timers.F |
466 |
TIMER_CONTROL |
res = PCLstart(descr, pcl_counter_list, nevents, flags) |
|
./eesupp/src/timers.F |
505 |
TIMER_CONTROL |
do i = 1,nevents |
|
./eesupp/src/timers.F |
516 |
TIMER_CONTROL |
do i = 1,nevents |
|
./eesupp/src/timers.F |
555 |
TIMER_CONTROL |
do j = 1,nevents |
|
./eesupp/src/timers.F |
566 |
TIMER_CONTROL |
do j = 1,nevents |
|
./eesupp/src/timers.F |
996 |
TIMER_STOP |
INTEGER flags, nevents |
|
./pkg/ecco/the_main_loop.F |
1072 |
THE_MAIN_LOOP |
res = PCLstop(descr, i_result, fp_result, nevents) |
|
./pkg/ecco/the_main_loop.F |
1073 |
THE_MAIN_LOOP |
do ipcl = 1, nevents |
|
./pkg/ecco/the_main_loop.F |
1079 |
THE_MAIN_LOOP |
res = PCLstart(descr, pcl_counter_list, nevents, flags) |
|
./pkg/ecco/the_main_loop.F |
212 |
THE_MAIN_LOOP |
INTEGER pcl_counter_list(5), flags, nevents, res, ipcl |
|
./pkg/ecco/the_main_loop.F |
216 |
THE_MAIN_LOOP |
$ flags, nevents |
|
./pkg/ecco/the_main_loop.F |
335 |
THE_MAIN_LOOP |
res = PCLstop(descr, i_result, fp_result, nevents) |
|
./pkg/ecco/the_main_loop.F |
336 |
THE_MAIN_LOOP |
do ipcl = 1, nevents |
|
./pkg/ecco/the_main_loop.F |
342 |
THE_MAIN_LOOP |
res = PCLstart(descr, pcl_counter_list, nevents, flags) |