cpu_dummy.f
来自「分子动力学模拟程序」· F 代码 · 共 11 行
F
11 行
real*8 function cputime( t )* Supply your counter of cpu time* The function should return cpu time from the beginning of the process* minus t real*8 t, r* cputime=(time_from_start)-t cputime = 1. end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?