📄 sizemod.f
字号:
Module sizes! -------------------------------------------------------------------! --- Contains declaration of array 'a'. This is done in a separate! module to frustrate overoptimisation in the computing routines! to be measured.! --- 'li' is the largest 4-byte Integer, used to correct the indices! of 'a' in address calculations.! ------------------------------------------------------------------- Use numerics Integer, Parameter :: length = 1 050 000 Real(l_) :: a(length) Integer :: li = 2147483647 ! Largest 4-byte Integer! ------------------------------------------------------------------- End Module sizes
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -