提高速度

6 optimization performance fortran

我知道一个广泛的问题但是:

有没有人有关于提高Fortran程序执行速度的一般提示?

pie*_*fou 12

对广泛问题的广泛回答:

while (the speed is not satisfied)
    Use a profile to find the bottle neck 
    optimize that part of code.
Run Code Online (Sandbox Code Playgroud)