File |
Line number |
Procedure |
Code |
./pkg/showflops/SHOWFLOPS.h |
10 |
NO PROCEDURE |
REAL*8 utnew, utold, stnew, stold, wtnew, wtold |
./pkg/showflops/SHOWFLOPS.h |
11 |
NO PROCEDURE |
DATA utnew, utold, stnew, stold, wtnew, wtold /6*0.0D0/ |
./pkg/showflops/SHOWFLOPS_INIT.h |
10 |
NO PROCEDURE |
REAL*8 utnew, utold, stnew, stold, wtnew, wtold |
./pkg/showflops/SHOWFLOPS_INIT.h |
11 |
NO PROCEDURE |
DATA utnew, utold, stnew, stold, wtnew, wtold /6*0.0D0/ |
./pkg/showflops/showflops_init.F |
101 |
SHOWFLOPS_INIT |
REAL*8 utnew, utold, stnew, stold, wtnew, wtold |
./pkg/showflops/showflops_init.F |
102 |
SHOWFLOPS_INIT |
COMMON /timevars/ utnew, utold, stnew, stold, wtnew, wtold |
./pkg/showflops/showflops_init.F |
103 |
SHOWFLOPS_INIT |
DATA utnew, utold, stnew, stold, wtnew, wtold /6*0.0D0/ |
./pkg/showflops/showflops_inloop.F |
62 |
SHOWFLOPS_INLOOP |
CALL TIMER_GET_TIME( utnew, stnew, wtnew ) |
./pkg/showflops/showflops_inloop.F |
64 |
SHOWFLOPS_INLOOP |
$ 'User, system and wallclock time:', utnew - utold, |
./pkg/showflops/showflops_inloop.F |
67 |
SHOWFLOPS_INLOOP |
utold = utnew |
./pkg/showflops/showflops_insolve.F |
56 |
SHOWFLOPS_INSOLVE |
CALL TIMER_GET_TIME( utnew, stnew, wtnew ) |
./pkg/showflops/showflops_insolve.F |
60 |
SHOWFLOPS_INSOLVE |
$ 'User, system and wallclock time:', utnew - utold, |
./pkg/showflops/showflops_insolve.F |
64 |
SHOWFLOPS_INSOLVE |
utold = utnew |