Re: [問題] 比較不同數值方法的計算時間

看板Fortran作者 (暱稱)時間16年前 (2008/10/24 08:45), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
※ 引述《nickname1o1 (阿仁)》之銘言: : 想要知道不同數值方法的效率 : 怎麼知道計算所需的時間 : 有沒有指令可以使用 : 感謝大大指導 有個f90還是95的語法 http://www.ncsa.uiuc.edu/UserInfo/Resources/Hardware/IBMp690/IBM/ usr/share/man/info/en_US/xlf/html/lr371.HTM SYSTEM_CLOCK( COUNT, COUNT_RATE, COUNT_MAX ) example: integer t_start, t_end, count_rate, count_max call system_clock( t_start, count_rate, count_max ) [[ do_something.............. ]] call system_clock( t_end, count_rate, count_max ) print *, ( t_end - t_start ) / dble( count_rate ), ' SEC.' -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 116.59.130.132
文章代碼(AID): #190Hgmx6 (Fortran)
文章代碼(AID): #190Hgmx6 (Fortran)