Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

gettim

desertrat
Beginner
592 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
592 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