Home
last modified time | relevance | path

Searched refs:iotime (Results 1 – 3 of 3) sorted by relevance

/phasta/phSolver/common/
H A Dd2wall.c25 double iotime = 0; in read_d2wall() local
53 iotime = TMRC(); in read_d2wall()
86 iotime = TMRC() - iotime; in read_d2wall()
88 printf("time to read d2wall (seconds) %f\n",iotime); in read_d2wall()
H A Dreadnblk.f45 real*8 :: iotime local
101 iotime = TMRC()
467 iotime = TMRC() - iotime
469 write(*,*) 'time to read geombc (seconds)', iotime
473 iotime = TMRC()
599 iotime = TMRC() - iotime
601 write(*,*) 'time to read restart (seconds)', iotime
H A Dnew_interface.c256 double iotime = 0; in Write_Restart() local
271 iotime = TMRC(); in Write_Restart()
328 iotime = TMRC() - iotime; in Write_Restart()
330 printf("time to write restart (seconds) %f\n",iotime); in Write_Restart()