Advanced Optimization Options
- ansi-alias, Qansi-alias
Tells the compiler to assume that the program adheres to Fortran Standard type aliasability rules.
- coarray, Qcoarray
Enables the coarray feature.
- coarray-config-file, Qcoarray-config-file
Specifies the name of a Message Passing Interface (MPI) configuration file.
- coarray-num-images, Qcoarray-num-images
Specifies the default number of images that can be used to run a coarray executable.
- complex-limited-range, Qcomplex-limited-range
Determines whether the use of basic algebraic expansions of some arithmetic operations involving data of type COMPLEX is enabled.
- guide, Qguide
Lets you set a level of guidance for auto-vectorization, auto parallelism, and data transformation.
- guide-data-trans, Qguide-data-trans
Lets you set a level of guidance for data transformation.
- guide-file, Qguide-file
Causes the results of guided auto parallelism to be output to a file.
- guide-file-append, Qguide-file-append
Causes the results of guided auto parallelism to be appended to a file.
- guide-opts, Qguide-opts
Tells the compiler to analyze certain code and generate recommendations that may improve optimizations.
- guide-par, Qguide-par
Lets you set a level of guidance for auto parallelism.
- guide-profile, Qguide-profile
Specifies a loop profiler data file (or a set of files) when used with option -guide or /Qguide.
- guide-vec, Qguide-vec
Lets you set a level of guidance for auto-vectorization.
- heap-arrays
Puts automatic arrays and arrays created for temporary computations on the heap instead of the stack.
- mkl, Qmkl
Tells the compiler to link to certain parts of the Intel® Math Kernel Library (Intel® MKL).
- opt-args-in-regs, Qopt-args-in-regs
Determines whether calls to routines are optimized by passing arguments in registers instead of on the stack.
- opt-block-factor, Qopt-block-factor
Lets you specify a loop blocking factor.
- opt-jump-tables, Qopt-jump-tables
Enables or disables generation of jump tables for switch statements.
- opt-malloc-options
Lets you specify an alternate algorithm for malloc().
- opt-matmul, Qopt-matmul
Enables or disables a compiler-generated Matrix Multiply (matmul) library call.
- opt-mem-layout-trans, Qopt-mem-layout-trans
Controls the level of memory layout transformations performed by the compiler.
- opt-multi-version-aggressive, Qopt-multi-version-aggressive
Tells the compiler to use aggressive multi-versioning to check for pointer aliasing and scalar replacement.
- opt-prefetch, Qopt-prefetch
Enables or disables prefetch insertion optimization.
- opt-ra-region-strategy, Qopt-ra-region-strategy
Selects the method that the register allocator uses to partition each routine into regions.
- opt-streaming-stores, Qopt-streaming-stores
Enables generation of streaming stores for optimization.
- opt-subscript-in-range, Qopt-subscript-in-range
Determines whether the compiler assumes that there are no "large" integers being used or being computed inside loops.
- pad, Qpad
Enables the changing of the variable and array memory layout.
- reentrancy
Tells the compiler to generate reentrant code to support a multithreaded application.
- safe-cray-ptr, Qsafe-cray-ptr
Tells the compiler that Cray* pointers do not alias other variables.
- scalar-rep, Qscalar-rep
Enables scalar replacement performed during loop transformation.
- simd, Qsimd
Enables or disables the SIMD vectorization feature of the compiler.
- unroll, Qunroll
Tells the compiler the maximum number of times to unroll loops.
- unroll-aggressive, Qunroll-aggressive
Determines whether the compiler uses more aggressive unrolling for certain loops.
- vec, Qvec
Enables or disables vectorization.
- vec-guard-write, Qvec-guard-write
Tells the compiler to perform a conditional check in a vectorized loop.
- vec-threshold, Qvec-threshold
Sets a threshold for the vectorization of loops.