Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
real time1, time2
call cpu_time(time1)
...
...
! process
...
...
call cpu_time(time2)
print*,'processing time: ',time2-time1,' seconds'
end
SUBROUTINE SECONDS_SINCE_1980@(DR)
REAL(KIND=2) DR
Salford FTN95 said:...should be used when making timings which straddle midnigt.