Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29229 Discussions

What does -static do to prove performance (from -fast)

Intel_C_Intel
Employee
269 Views
I noticed that ifort 8.0 supports -fast, which is equivelent
to -O3 -ipo -static. The option implies that this is a good
set of options to generate fast code. I understand the first two, but why would -static improve code performance?

Craig
0 Kudos
0 Replies
Reply