29 Dec
2003
29 Dec
'03
10:40
steve-ss <mail@steve-ss.com> writes:
Could you please advise on the g77 fortran equivalent of the routine call gettim(ihr,imin,isec,ihth) particularly to obtain ihth.
IMHO it doesn't exist. You have to call a C function, e.g. clock_gettime(), to get the time with a precision higher than 1 s. -- A.M.