When making use of SECONDS_SINCE_1980@ the 64 bit version of ftn95 (version 8.10) generates an executable which results in the runtime error 'missing routine - get time'. Progamme code
REAL*8 dr
CALL SECONDS_SINCE_1980@(dr)
write(*,*) 'dr=',dr
end
This does not happen when compiling the code for 32 bit (with ftn95 version 8.10) .
Regards, Dietmar