Intel® Fortran Compiler 17.0 Developer Guide and Reference
Generates code to perform run-time checks for loops that have symbolic loop bounds.
Linux and macOS: | -par-runtime-control[n] -no-par-runtime-control |
Windows: | /Qpar-runtime-control[n] /Qpar-runtime-control- |
n |
Is a value denoting what kind of runtime checking to perform. Possible values are:
|
-no-par-runtime-control |
The compiler uses default heuristics when checking loops. |
This option generates code to perform run-time checks for loops that have symbolic loop bounds.
If the granularity of a loop is greater than the parallelization threshold, the loop will be executed in parallel.
If you do not specify this option, the compiler may not parallelize loops with symbolic loop bounds if the compile-time granularity estimation of a loop can not ensure it is beneficial to parallelize the loop.
This option may behave differently on Intel® microprocessors than on non-Intel microprocessors.
None