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

gettim

desertrat
初学者
563 次查看
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 项奖励
1 回复
ddteddy
初学者
563 次查看
" use dflib "

you have other choices to get the system time
(1)intrinstic : call date_and_time(...)
(2)use dfport : clock(),rtc()
0 项奖励
回复