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

-override_limits

zok
Beginner
867 Views
where can i find documentation regarding the above option?
is it supported in the latest version?
0 Kudos
4 Replies
Steven_L_Intel1
Employee
867 Views
You will not find documentation on this option. It is not supported, in the sense that we do not document it and recommend it for normal use. The compiler does recognize it and it can be useful in some rare cases where a source file exceeds the normal complexity limits for the optimizer. We do not guarantee that use of this switch will allow compilation to complete nor that the resulting code is correct.

In other words - use at your own risk.
0 Kudos
TimP
Honored Contributor III
867 Views
I don't think this is well documented. If you have a case where the compiler tells you it is cancelling further optimization, and -override_limits has no effect, you should submit a problem report on premier.intel.com. A newer compiler could easily make a difference in whether this option has any effect with the set of options you have chosen.
0 Kudos
zok
Beginner
867 Views
The trouble is the compiler tells me nothing.However when i add -override_limits to -O3 -ipo it thinks a bit longer but produces a code which runs nearly twice as fast. Do you think I need to submit a problem report?
0 Kudos
Steven_L_Intel1
Employee
867 Views
You get no messages from the compiler that caused you to try this? Yes, please do submit an example to Premier Support.
0 Kudos
Reply