📄 time_elapsed.f90
字号:
subroutine time_elapsed(s)
!===============================================================================
! The standard Fortran 90 routine RTC is used to calculate the elapsed CPU
!===============================================================================
use dfport
implicit none
integer, parameter :: output = 6
real(8) :: s
s = rtc()
end subroutine time_elapsed
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -