文档中心Error "mclock, has not been explicitly declared" Reported When Compiling AmberTools返回顶部我要评分获取效率正确性完整性易理解0/200提交关闭 Error "mclock, has not been explicitly declared" Reported When Compiling AmberTools SymptomThe error "mclock, has not been explicitly declared" is reported when compiling AmberTools. Key Process and Cause AnalysisNone Conclusion and SolutionModify the se_etimer.F file. Open the se_etimer.F file.vi /path/to/Ambertools/amber20_src/AmberTools/src/sebomd/se_etimer.F Press i to enter the edit mode, deregister tnow = 0.01*mclock() in line 28, and add the following content:call cpu_time(tnow) After performing 1, press Esc, type :set nu, and press Enter to display the line number. Press Esc, type :wq!, and press Enter to save the file and exit.