Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29605 ディスカッション

Compiler flags for athlon processors

Intel_C_Intel
従業員
1,446件の閲覧回数
We have a linux cluster with athlon processors. I am trying to compile the NASA overflow code and would like to get as
much optimization as possible. Are there any compiler flags to improve the performance of the code other than -O3.
0 件の賞賛
2 返答(返信)
TimP
名誉コントリビューター III
1,446件の閲覧回数
There are exceptions, but for Athlons which have P-III compatibility, the P-III options should work well (/QxK). You would need to profile, to determine where /O3 might be faster than /O2.
TimP
名誉コントリビューター III
1,446件の閲覧回数
Sorry, the linux forum title was off my screen. The linux version of that option is -xK. A minute spent reading 'info ifc' or 'ifc -help' would be a valuable investment.
返信