I have a code complied using gfortran -O3. I currently evaluating Intel Visual Fortran. What will be the equivalent flags to gfortran -O3?I the project properties, Iused Maximize Speed plus Higher Level Optimizations (/O3), however the code compiled by IVF is about 2-3 time slowers? Any suggestions?
链接已复制
10 回复数
There is not a property for that. I did not realize you were using Visual Studio.
Let me suggest the following property settings:
Optimization > Optimization > O3
Optimization > Interprocedural Optimization > Multifile
Code Generation > Intel Processor-Specific Optimization > /QxHost
Floating Point > Floating Point Model > Fast=2
Let me suggest the following property settings:
Optimization > Optimization > O3
Optimization > Interprocedural Optimization > Multifile
Code Generation > Intel Processor-Specific Optimization > /QxHost
Floating Point > Floating Point Model > Fast=2
You can provide it securely through Intel Premier Support. Please ask that the issue be assigned to Steve Lionel.
