optimization - 提高速度

标签 optimization performance fortran

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

有没有人有提高Fortran程序执行速度的一般技巧?

最佳答案

一个广泛的问题的广泛答案:

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

关于optimization - 提高速度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1298863/

相关文章:

java - 查找整数是否为整数之和之一的有效方法

mysql - 如何提高查询的性能?

linux - 'perf stat' 结果中的停滞周期前端和停滞周期后端是什么?

python - 如何使用 f2py 从 fortran 程序创建 python 模块?

sql - 您最常用的sql优化是什么?

ios - 使用 `accessibilityLabel` 和 `accessibilityHint` 在 iOS 中正确实现 VoiceOver 辅助功能

c# - Linq 单次调用缓慢

python - Python 中使用行数作为输入变量拆分大文本文件的快速方法

java - 使用 JNI、多线程从 Fortran 调用 Java

multithreading - omp_get_num_threads() 和 omp_get_thread_num() 返回废话