Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

gettim

desertrat
Beginner
324 Views
The subroutine gettim is listed in the documentation as a call to get clock time. However, the linker can't find it and I get an unsatisfied external error.

Any idea how to access gettim?

Thanks
0 Kudos
1 Reply
ddteddy
Beginner
324 Views
" use dflib "

you have other choices to get the system time
(1)intrinstic : call date_and_time(...)
(2)use dfport : clock(),rtc()
0 Kudos
Reply