Intel® Fortran Compiler 17.0 Developer Guide and Reference
Intel® Fortran provides several general-purpose compiler directives to perform tasks during compilation. You do not need to specify a compiler option to enable general directives.
The following general compiler directives are available:
Specifies an alternate external name to be used when referring to external subprograms.
Provides heuristic information to the compiler optimizer.
Specifies that an entity in memory is aligned.
Specifies properties for data objects and procedures.
Enables or disables loop blocking for the immediately following nested DO loops.
Generates or disables warnings for variables that have been used but not declared.
Defines (or undefines) a symbolic variable whose existence (or value) can be tested during conditional compilation.
Suggests a location at which a DO loop may be split.
Sets the line length for fixed-form source code.
Enables (or disables) the compiler to allow generation of fused multiply-add (FMA) instructions, also known as floating-point contractions.
Specifies free-format or fixed-format source code.
Specifies an identifier for an object module.
Specifies a conditional compilation construct.
Tell the compiler to perform the specified inlining on routines within statements or DO loops.
Specifies the default integer kind.
Assists the compiler's dependence analysis of iterative DO loops.
Specifies the typical trip count for a DO loop; this assists the optimizer.
Specifies a character string to be sent to the standard output device during the first compiler pass.
Prevents a loop from fusing with adjacent loops.
Specifies a library search path in an object file.
Enables or disables optimizations for the program unit.
Affects data alignment and warnings about data alignment.
Specifies the memory alignment of derived-type items.
Facilitates or prevents auto-parallelization by assisting the compiler's dependence analysis of theimmediately following DO loop.
Enables or disables hint to the compiler to prefetch data from memory.
Modifies certain characteristics of a common block.
Specifies the default real kind.
Requires and controls SIMD vectorization of loops.
Disables or enables language features not found in the language standard specified on the command line.
Tells the compiler's optimizer how many times to unroll a DO loop or disables the unrolling of a DO loop.
UNROLL_AND_JAM and NOUNROLL_AND_JAM
Enables or disables loop unrolling and jamming.
Overrides default heuristics for vectorization of DO loops.
Optimization Notice |
---|
Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice. Notice revision #20110804 |