Home
last modified time | relevance | path

Searched refs:cpusec (Results 1 – 6 of 6) sorted by relevance

/phasta/phSolver/AMG/
H A Dramg_coarse.f51 real,dimension(10) :: cpusec local
56 call cpu_time(cpusec(1))
139 call cpu_time(cpusec(3))
210 cpusec(4) = 0
211 cpusec(5) = 0
212 cpusec(8) = 0
216 call cpu_time(cpusec(6))
281 call cpu_time(cpusec(7))
282 cpusec(4) = cpusec(4) + cpusec(7)-cpusec(6)
350 call cpu_time(cpusec(6))
[all …]
H A Dramg_driver.f41 real(kind=8) :: cpusec(10) local
392 real(kind=8) :: cpusec(10) local
394 call cpu_time(cpusec(1))
397 call cpu_time(cpusec(2))
402 call cpu_time(cpusec(3))
403 ramg_time(4)=ramg_time(4)+cpusec(3)-cpusec(2)
405 call cpu_time(cpusec(2))
408 call cpu_time(cpusec(3))
409 ramg_time(4)=ramg_time(4)+cpusec(3)-cpusec(2)
H A Dramg_ITAI.f135 real,dimension(10) :: cpusec local
137 call cpu_time(cpusec(1))
168 call cpu_time(cpusec(2))
197 call cpu_time(cpusec(2))
209 call cpu_time(cpusec(3))
219 call cpu_time(cpusec(4))
232 call cpu_time(cpusec(5))
240 call cpu_time(cpusec(10))
H A Dramg_tools.f38 real(kind=8) :: cpusec(2) local
40 call cpu_time(cpusec(1))
55 call cpu_time(cpusec(2))
56 ramg_time(13)=ramg_time(13)+cpusec(2)-cpusec(1)
73 real(kind=8) :: cpusec(2) local
75 call cpu_time(cpusec(1))
85 call cpu_time(cpusec(2))
86 ramg_time(13)=ramg_time(13)+cpusec(2)-cpusec(1)
158 real(kind=8) :: cpusec(2) local
160 call cpu_time(cpusec(1))
[all …]
H A Dramg_smoother.f119 real(kind=8) :: cpusec(2) local
123 call cpu_time(cpusec(1))
154 call cpu_time(cpusec(2))
155 ramg_time(20) = ramg_time(20)+cpusec(2)-cpusec(1)
/phasta/phSolver/incompressible/
H A Dsolfar.f110 real*8 msum(4),mval(4),cpusec(10) local
223 call cpu_time(cpusec(1))
229 call cpu_time(cpusec(6))
284 call cpu_time(cpusec(3))
286 ramg_time(1) = ramg_time(1) + cpusec(3)-cpusec(1)
287 ramg_time(7) = ramg_time(7) + cpusec(6)-cpusec(1)