Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在如何编译我获得的一些 f90 代码(特别是 mpfi90 -O5 file.f90)的文档中看到了这个标志,但是研究 -O5 标志在 gfortran 文档、mpfi 文档或其他任何地方都没有发现。我认为它是一个优化标志,如 -O1 等,但我不确定。
谢谢!
来源: http: //publib.boulder.ibm.com/infocenter/comphelp/v7v91/index.jsp ?topic=%2Fcom.ibm.xlf91a.doc%2Fxlfug%2Fhu00509.htm
该标志-O5是一个优化器,如-O3and -O2。链接来源说,
-O5
-O3
-O2
qnoopt/-O0
-O4
每个较高的数字都包含较低级别的所有优化。