Visible to Intel only — GUID: GUID-F1391F3A-D995-4EBE-BBDA-9A07D601C2F3
Visible to Intel only — GUID: GUID-F1391F3A-D995-4EBE-BBDA-9A07D601C2F3
Alphabetical Option List
The following table lists current compiler options in alphabetical order.
Several Clang compiler options are supported for the ifx compiler, such as some of the -fprofile options. We do not document these options. For more information about Clang options, see the Clang documentation.
Note that for ifx, the Clang -fprofile options replace the functionality of the [Q]prof options that are only supported for ifort.
Determines whether the compiler links to the library of portability routines. |
|
Tells the compiler how to align certain data items. |
|
Determines whether the compiler allows certain behaviors. |
|
Allows alternate syntax (without parentheses) for PARAMETER statements. |
|
Tells the compiler to assume certain rules of the Fortran standard regarding aliasing and array bounds. |
|
Tells the compiler which features it may target, including which instruction sets it may generate. |
|
Tells the compiler to make certain assumptions. |
|
Causes all local, non-SAVEd variables to be allocated to the runtime stack. |
|
Causes scalar variables of intrinsic types INTEGER, REAL, COMPLEX, and LOGICAL that do not have the SAVE attribute to be allocated to the runtime stack. |
|
Tells the compiler to generate multiple, feature-specific auto-dispatch code paths for Intel® processors if there is a performance benefit. |
|
Enables dynamic linking of libraries at runtime. |
|
Increases the number of sections that an object file can contain. This feature is only available for ifort. |
|
Places a text string into the object file (.obj) being generated by the compiler. This feature is only available for ifort. |
|
Specifies a directory that can be used to find include files, libraries, and executables. |
|
Enables static linking of a user's library. |
|
Binds references to all global symbols in a program to the definitions within a user's shared library. |
|
Binds references to all global function symbols in a program to the definitions within a user's shared library. |
|
Causes the compiler to generate an object only and not link. |
|
Specifies the type of carriage control used when a file is displayed at a terminal screen. |
|
Checks for certain conditions at runtime. |
|
Enables the coarray feature. |
|
Specifies the name of a Message Passing Interface (MPI) configuration file. |
|
Specifies the default number of images that can be used to run a coarray executable. |
|
Determines whether the use of basic algebraic expansions of some arithmetic operations involving data of type COMPLEX is enabled. This feature is only available for ifort. |
|
Specifies the format of unformatted files containing numeric data. |
|
Determines whether the compiler links using the C++ runtime libraries provided by gcc. |
|
Defines a symbol name that can be associated with an optional value. |
|
Tells the linker to search for unresolved references in a debug runtime library. |
|
Enables or disables generation of debugging information. |
|
Enables or disables generation of debugging information. |
|
Tells the compiler to generate debug information for PARAMETERs used in a program. |
|
Enables or disables certain device libraries. This is a deprecated option that may be removed in a future release. |
|
Controls the display of diagnostic information during compilation. |
|
Tells the compiler to print all enabled diagnostic messages. |
|
Specifies the maximum number of errors allowed before compilation stops. |
|
Causes the results of diagnostic analysis to be output to a file. |
|
Causes the results of diagnostic analysis to be appended to a file. |
|
Determines whether the compiler displays diagnostic messages by using their ID number values. |
|
Tells the compiler to issue one or more diagnostic messages only once. |
|
Compiles debug statements. |
|
Specifies that a program should be linked as a dynamic-link (DLL) library. |
|
Specifies the default KIND for DOUBLE PRECISION and DOUBLE COMPLEX declarations, constants, functions, and intrinsics. |
|
Specifies that driver tool commands should be shown but not executed. |
|
Displays the target machine and operating system configuration. |
|
Invokes the libtool command to generate dynamic libraries. This feature is only available for ifort. |
|
Specifies a dynamic linker other than the default. |
|
Enables dynamic allocation of common blocks at runtime. |
|
Causes the preprocessor to send output to stdout. |
|
Causes the preprocessor to send output to stdout, omitting #line directives. |
|
Specifies the name for a built program or dynamic-link library. |
|
Specifies the length of the statement field in a fixed-form source file. |
|
Specifies file extensions to be processed by the compiler as Fortran files. |
|
Specifies file extensions to be recognized as a file to be preprocessed by the Fortran preprocessor. |
|
Specifies file extensions to be passed directly to the linker. |
|
Adds a framework directory to the head of an include file search path. This feature is only available for ifort. |
|
Specifies the stack reserve amount for the program. |
|
Tells the compiler to apply FORTRAN 66 semantics. |
|
Tells the compiler to use the runtime behavior of FORTRAN 77. |
|
Specifies that an assembly listing file should be generated. |
|
Specifies the contents of an assembly listing file. |
|
Specifies whether or not a procedure call may have hidden aliases of local variables not supplied as actual arguments. |
|
Tells the compiler to align procedures on an optimal byte boundary. |
|
Aligns loops to a power-of-two byte boundary. This feature is only available for ifort. |
|
Tells the compiler the stack alignment to use on entry to routines. This option is deprecated and will be removed in a future release. This feature is only available for ifort. |
|
Maximizes speed across the entire program. |
|
Enables the compiler to replace calls to transcendental functions with faster but less precise implementations. This feature is only available for ifort. |
|
Determines whether unwind information is precise at an instruction boundary or at a call boundary. |
|
Enables Intel® Control-Flow Enforcement Technology (Intel® CET) protection, which defends your program from certain attacks that exploit vulnerabilities. This option offers preliminary support for Intel® CET. |
|
Produces an assembly listing with machine code annotations. This feature is only available for ifort. |
|
Determines whether the compiler treats common symbols as global definitions. This feature is only available for ifort. |
|
Lets you specify a name for a program database (PDB) file created by the compiler. This feature is only available for ifort. |
|
feliminate-unused-debug-types, Qeliminate-unused-debug-types |
Controls the debug information emitted for types declared in a compilation unit. This feature is only available for ifort. |
Enables exception handling table generation. This feature is only available for ifort. |
|
Determines whether a fat link-time optimization (LTO) object, containing both intermediate language and object code, is generated during an interprocedural optimization compilation (-c –ipo). This feature is only available for ifort. |
|
Determines whether aliasing is assumed within functions. This feature is only available for ifort. |
|
Defines the maximum allowable absolute error for math library function results. |
|
Defines the relative error for math library function results, including division and square root. |
|
Ensures that the math library functions produce consistent results across different microarchitectural implementations of the same architecture. |
|
Indicates the input arguments domain on which math functions must provide correct results. |
|
Instructs the compiler to use runtime dispatch in calls to math functions. This feature is only available for ifort. |
|
Defines the maximum allowable relative error for math library function results, including division and square root. |
|
Lets you specify a level of accuracy (precision) that the compiler should use when determining which math library functions to use. |
|
Instructs the compiler to use the Short Vector Math Library (SVML) rather than the Intel® Fortran Compiler Classic and Intel® Fortran Compiler Math Library (LIBM) to implement math library functions. |
|
Tells the compiler to inline functions declared with !DIR$ ATTRIBUTES FORCEINLINE. |
|
Enables function inlining for single file compilation. |
|
Lets you specify the maximum size of a function to be inlined. |
|
Determines whether routine entry and exit points are instrumented. |
|
Enables recognition of OpenMP* features, such as parallel, simd, and offloading directives. This is an alternate option for compiler option [Q or q]openmp. This feature is only available for ifx. |
|
Specifies source files are in fixed format. |
|
Tells the compiler to preserve allocation of variables that are not referenced in the source. This feature is only available for ifort. |
|
Enables improved floating-point consistency. |
|
Enables whole program link time optimization (LTO). This feature is only available for ifx. |
|
Determines whether the compiler generates fused multiply-add (FMA) instructions if such instructions exist on the target processor. |
|
Tells the compiler that errno can be reliably tested after calls to standard math library functions. This feature is only available for ifort. |
|
Determines whether the compiler and linker attempt to merge identical constants (string constants and floating-point constants) across compilation units. This feature is only available for ifort. |
|
Causes the compiler to pool strings used in debugging information. |
|
Specifies that a compilation unit is a component of a main program and should not be linked as part of a shareable object. This feature is only available for ifort. |
|
Enables or disables privatization of all static data for the MultiProcessor Computing environment (MPC) unified parallel runtime. This feature is only available for ifort. |
|
Enables function splitting. This feature is only available for ifort. |
|
Determines whether EBP is used as a general-purpose register in optimizations. Option /Oy is deprecated and will be removed in a future release. This feature is only available for ifort. |
|
Option -fopenmp is a deprecated option that will be removed in a future release. |
|
fopenmp-declare-target-scalar-defaultmap, Qopenmp-declare-target-scalar-defaultmap |
Determines which implicit data-mapping/sharing rules are applied for a scalar variable referenced in a TARGET directive. This feature is only available for ifx. |
Tells the compiler that all ALLOCATE statements should be treated as though there were an explicit OpenMP ALLOCATE directive that preceded them. This feature is only available for ifx. |
|
Enables or disables certain device libraries for an OpenMP* target. |
|
Enables a way to overcome the problem where some OpenMP* offload SPIR-V* devices produce incorrect code when a target object is larger than 4GB. This feature is only available for ifx. |
|
Determines whether a DO CONCURRENT construct is automatically converted into an OpenMP* TARGET region. This feature is only available for ifx. |
|
Enables offloading to a specified GPU target if OpenMP* features have been enabled. This feature is only available for ifx. |
|
Determines whether the compiler optimizes tail recursive calls. This feature is only available for ifort. |
|
Tells the compiler that single-precision constants assigned to double-precision variables should be evaluated in double precision. |
|
Allows some control over floating-point exception handling for the main program at runtime. |
|
Allows some control over floating-point exception handling for each routine in a program at runtime. |
|
Determines whether the compiler generates position-independent code. |
|
Tells the compiler to generate position-independent code. The generated code can only be linked into executables. |
|
Controls the semantics of floating-point calculations. |
|
Runs the Fortran preprocessor on source files before compilation. |
|
Lets you specify an alternate preprocessor to use with Fortran. |
|
Rounds floating-point results after floating-point operations. This feature is only available for ifort. |
|
Determines whether the optimizer honors parentheses when floating-point expressions are evaluated. |
|
Controls whether certain aspects of the runtime system and semantic language features within the compiler are compatible with Intel® Fortran or Microsoft* Fortran PowerStation. |
|
Tells the compiler the mode in which to speculate on floating-point operations. |
|
Tells the compiler to generate extra code after every function call to ensure that the floating-point stack is in the expected state. This feature is only available for ifort. |
|
Specifies source files are in free format. |
|
Produces an assembly listing with source code annotations. This feature is only available for ifort. |
|
Enables or disables stack overflow security checks for certain (or all) routines. |
|
Determines whether the compiler generates code that detects some buffer overruns. |
|
Enables linking Fortran object files with DPC++ SYCL-based object files. This feature is only available for ifx. |
|
Enables elimination of DPC++ dead kernel arguments. This feature is only available for ifx. |
|
Specifies a SYCL* device code module assembly. This feature is only available for ifx. |
|
Enables or disables certain device libraries for a SYCL* target. This feature is only available for ifx. |
|
Enables or disables linking of the Instrumentation and Tracing Technology (ITT) device libraries for VTune™. This feature is only available for ifx. |
|
Tells the compiler to place device code later in the linked binary. This is to prevent 32-bit PC-relative relocations between surrounding Executable and Linkable Format (ELF) sections when the device code is larger than 2GB. This feature is only available for ifx. |
|
Tells the compiler to perform less aggressive optimizations to reduce compilation time at the expense of generating less optimal target code. This is an experimental feature. This feature is only available for ifx. |
|
Initializes stack local variables to an unusual value to aid error detection. |
|
Flushes subnormal results to zero. |
|
Tells the compiler to use a different linker instead of the default linker, which is ld on Linux and link on Windows. |
|
Enables peel loop vectorization. This feature is only available for ifx. |
|
Enables remainder loop vectorization. This feature is only available for ifx. |
|
Enables vectorization for short trip-count loops with masking. This feature is only available for ifx. |
|
Produces an assembly listing with compiler comments, including options and version information. |
|
Specifies the default visibility for global symbols or the visibility for symbols in a file. This feature is only available for ifort. |
|
Determines whether the compiler places in the DATA section any variables explicitly initialized with zeros. This feature is only available for ifort. |
|
Tells the compiler to generate a level of debugging information in the object file. |
|
Lets you specify the name of the GCC compiler that should be used to set up the link-time environment, including the location of standard libraries. |
|
Lets you specify a DWARF Version format when generating debug information. |
|
Enables stack-checking for all functions. This is a deprecated option. The replacement option is /Gs0. |
|
Tells the compiler to generate build dependencies for the current compilation. |
|
Specifies the form for the output generated when option gen-dep is specified. |
|
Determines whether certain features are excluded from dependency analysis. Currently, it only applies to intrinsic modules. |
|
Tells the compiler to generate an interface block for each routine in a source file. |
|
Enables read-only string-pooling optimization. |
|
Enables certain optimizations that can move memory loads to a point earlier in the program execution than where they appear in the source. This feature is only available for ifort. |
|
Causes the command line options that were used to invoke the compiler to be appended to the DW_AT_producer attribute in DWARF debugging information. |
|
Determines whether the compiler generates code that detects some buffer overruns. |
|
Lets you control the threshold at which the stack checking routine is called or not called. |
|
Creates a separate object file containing DWARF debug information. |
|
Enables the control flow protection mechanism. |
|
Lets you set a level of guidance for auto-vectorization, auto parallelism, and data transformation. This feature is only available for ifort. |
|
Lets you set a level of guidance for data transformation. This feature is only available for ifort. |
|
Causes the results of guided auto parallelism to be output to a file. This feature is only available for ifort. |
|
Causes the results of guided auto parallelism to be appended to a file. This feature is only available for ifort. |
|
Tells the compiler to analyze certain code and generate recommendations that may improve optimizations. This feature is only available for ifort. |
|
Lets you set a level of guidance for auto parallelism. This feature is only available for ifort. |
|
Lets you set a level of guidance for auto-vectorization. This feature is only available for ifort. |
|
Lets you specify the name of the g++ compiler that should be used to set up the link-time environment, including the location of standard libraries. |
|
Puts automatic arrays and arrays created for temporary computations on the heap instead of the stack. |
|
Displays all supported compiler options or supported compiler options within a specified category of options. |
|
Tells the compiler to store parameters passed in registers to the stack. This feature is only available for ifort. |
|
Tells the compiler to prepare a routine for hotpatching. This feature is only available for ifort. |
|
Specifies an additional directory for the include path. |
|
Adds a directory to the second include file search path. |
|
Specifies the default calling convention and argument-passing convention for an application. |
|
Lets you initialize a class of variables to zero or to various numeric exceptional values. |
|
Specifies the level of inline function expansion. |
|
Specifies the percentage multiplier that should be applied to all inlining options that define upper limits. This feature is only available for ifort. |
|
Instructs the compiler to force inlining of functions suggested for inlining whenever the compiler is capable doing so. This feature is only available for ifort. |
|
Specifies the level of inline function expansion. |
|
Specifies the maximum number of times inlining may be applied to an entire compilation unit. This feature is only available for ifort. |
|
Specifies the maximum number of times the inliner may inline into a particular routine. This feature is only available for ifort. |
|
Specifies the lower limit for the size of what the inliner considers to be a large routine. This feature is only available for ifort. |
|
Specifies how much larger a routine can normally grow when inline expansion is performed. This feature is only available for ifort. |
|
Lets you specify a procedure size n for which procedures of size <= n do not contribute to the estimated growth of the caller when inlined. This feature is only available for ifort. |
|
Specifies the upper limit for the size of what the inliner considers to be a small routine. This feature is only available for ifort. |
|
Tells the compiler to use FORTRAN 77 semantics to determine the kind parameter for integer constants. |
|
Specifies the default KIND for integer and logical variables. |
|
Lets you compile in the absence of a gcc environment. |
|
Lets you specify the target operating system for compilation. |
|
Determines whether additional interprocedural optimizations for single-file compilation are enabled. This feature is only available for ifort. |
|
Disables full and partial inlining enabled by interprocedural optimization options. This feature is only available for ifort. |
|
Disables partial inlining enabled by interprocedural optimization options. This feature is only available for ifort. |
|
Enables interprocedural optimization between files. |
|
Tells the compiler to optimize across multiple files and generate a single object file. |
|
Specifies the number of commands (jobs) to be executed simultaneously during the link phase of Interprocedural Optimization (IPO). This feature is only available for ifort. |
|
Tells the compiler to optimize across multiple files and generate a single assembly file. This feature is only available for ifort. |
|
Tells the compiler to generate one object file for every source file. This feature is only available for ifort. |
|
Specifies a directory to add to the start of the system include path. |
|
Tells the linker to search for a specified library when linking. |
|
Tells the linker to search for libraries in a specified directory before searching the standard directories. |
|
Controls whether linker options for search libraries are included in object files generated by the compiler. |
|
Tells the compiler which type of runtime library to link to. |
|
Passes user-specified options directly to the linker at compile time. |
|
Tells the compiler to create a listing of the source file. |
|
Specifies the line length for the listing generated when option list is specified. |
|
Specifies the page length for the listing generated when option list is specified. |
|
Displays the compiler version information. |
|
Tells the compiler which features it may target, including which instruction set architecture (ISA) it may generate. |
|
Tells the compiler to generate code for a specific architecture. Option m32 (and /Qm32) is deprecated and will be removed in a future release. 32-bit options are only available for ifort. |
|
Specifies whether the compiler can use x87 instructions. |
|
Tells the linker to generate a link map file. |
|
Maps one or more compiler options to their equivalent on a different operating system. |
|
Tells the compiler to generate code for processors that support certain features. |
|
Tells the compiler to generate the assembler output file using a selected dialect. |
|
Tells the compiler to generate multiple, feature-specific auto-dispatch code paths for x86 architecture processors if there is a performance benefit. This feature is only available for ifort. |
|
mbranches-within-32B-boundaries, Qbranches-within-32B-boundaries |
Tells the compiler to align branches and fused branches on 32-byte boundaries for better performance. |
Tells the compiler to use a specific memory model to generate code and store data. |
|
Lets you identify and fix code that may be vulnerable to speculative execution side-channel attacks, which can leak your secure data as a result of bad speculation of a conditional branch direction. This feature is only available for ifort. |
|
Tells the linker to search for unresolved references in a multithreaded, dynamic-link runtime library. |
|
Tells the linker to search for unresolved references in a single-threaded, dynamic-link runtime library. This is a deprecated option. There is no replacement option. |
|
Generates code that is not position-independent but has position-independent external references. This feature is only available for ifort. |
|
Determines whether MOVBE instructions are generated for certain Intel® processors. This feature is only available for ifort. |
|
Specifies the directory where module files should be placed when created and where they should be searched for. |
|
Determines whether the frame pointer is omitted or kept in leaf functions. |
|
Improves floating-point precision and consistency. This feature is only available for ifort. |
|
Tells the compiler to not inline calls to buffer manipulation functions such as memcpy and memset when the number of bytes the functions handle are known at compile time and greater than the specified value. This feature is only available for ifort. |
|
Lets you override the internal decision heuristic for the particular algorithm used when implementing buffer manipulation functions such as memcpy and memset. This feature is only available for ifort. |
|
Tells the linker to search for unresolved references in a multithreaded, static runtime library. |
|
Performs optimizations for specific processors but does not cause extended instruction sets to be used (unlike -march). |
|
Creates multiple processes that can be used to compile large numbers of source files at the same time. |
|
Specifies how source code identifiers and external names are interpreted. |
|
Tells the compiler to place in the DATA section any uninitialized variables and explicitly zero-initialized variables. This option is deprecated and will be removed in a future release. This feature is only available for ifort. |
|
Prevents the compiler from using standard libraries when linking. |
|
Specifies that the main program is not written in Fortran. |
|
Disables linking to specified Intel® libraries, or to all Intel® libraries. |
|
Disables inline expansion of standard library or intrinsic functions. |
|
Disables linking of the SYCL* runtime library. This feature is only available for ifx. |
|
Prevents the compiler from using standard startup files when linking. |
|
Prevents the compiler from using standard libraries and startup files when linking. |
|
Specifies the code optimization for applications. |
|
Specifies the name for an output file. |
|
Specifies the name for an object file. |
|
Disables all optimizations. |
|
Sets certain aggressive options to improve the speed of your application. |
|
Enables optimizations that do not increase code size; it produces smaller code size than O2. |
|
Enables all speed optimizations. |
|
Compiles and links for function profiling with gprof(1). This feature is only available for ifort. |
|
Enables the changing of the variable and array memory layout. |
|
Specifies padding for fixed-form source records. |
|
Specifies thread affinity. This feature is only available for ifort. |
|
Tells the auto-parallelizer to generate multithreaded code for loops that can be safely executed in parallel. This feature is only available for ifort. |
|
Enables or disables source location emission when OpenMP* or auto-parallelism code is generated. This feature is only available for ifort. |
|
Specifies the number of threads to use in a parallel region. This feature is only available for ifort. |
|
Generates code to perform runtime checks for loops that have symbolic loop bounds. This feature is only available for ifort. |
|
Lets you specify a scheduling algorithm for loop iterations. This feature is only available for ifort. |
|
Sets a threshold for the auto-parallelization of loops. This feature is only available for ifort. |
|
Enables control of floating-point significand precision. |
|
Lets you specify the name for a program database (PDB) file created by the linker. This feature is only available for ifort. |
|
Determines whether the compiler generates position-independent code that will be linked into an executable. |
|
Improves precision of floating-point divides. This feature is only available for ifort. |
|
Improves precision of square root implementations. This feature is only available for ifort. |
|
Causes the Fortran preprocessor to send output to a file. |
|
Prints information about where system libraries should be found. |
|
Enables or disables data ordering if profiling information is enabled. This feature is only available for ifort. |
|
Specifies a directory for profiling information output files. This feature is only available for ifort. |
|
Specifies an alternate file name for the profiling summary files. This feature is only available for ifort. |
|
Enables or disables function grouping if profiling information is enabled. This feature is only available for ifort. |
|
Enables or disables function ordering if profiling information is enabled. This feature is only available for ifort. |
|
Produces an instrumented object file that can be used in profile guided optimization. This feature is only available for ifort. |
|
Lets you set the hotness threshold for function grouping and function ordering. This feature is only available for ifort. |
|
Determines whether directory information of the source file under compilation is considered when looking up profile data records. This feature is only available for ifort. |
|
Lets you use relative directory paths when looking up profile data and specifies a directory as the base. This feature is only available for ifort. |
|
Lets you use relative directory paths when looking up profile data and specifies the current working directory as the base. This feature is only available for ifort. |
|
Enables the use of profiling information during optimization. This feature is only available for ifort. |
|
Controls which values are value profiled. This feature is only available for ifort. |
|
Tells the compiler to use pthreads library for multithreading support. |
|
Specifies a directory for profiling information output files that can be used with the codecov or tselect tool. This feature is only available for ifort. |
|
Specifies an alternate file name for the profiling summary files that can be used with the codecov or tselect tool. This feature is only available for ifort. |
|
Produces an instrumented object file that can be used with the codecov or tselect tool. This feature is only available for ifort. |
|
Determines whether dllimport functions are inlined. This feature is only available for ifort. |
|
Specifies the root directory where the compiler installation was performed. |
|
Specifies the directory for supporting tools. |
|
Tells the compiler to link to certain libraries in the Intel® oneAPI Math Kernel Library ( oneMKL ). On Windows systems, you must specify this option at compile time. |
|
Tells the compiler to link to the ILP64-specific version of the Intel® oneAPI Math Kernel Library ( oneMKL). On Windows systems, you must specify this option at compile time. |
|
Enables recognition of OpenMP* features and tells the parallelizer to generate multi-threaded code based on OpenMP* directives. |
|
Lets you specify an OpenMP* runtime library to use for linking. This feature is only available for ifort. |
|
Controls whether the compiler links to static or dynamic OpenMP* runtime libraries. |
|
Enables or disables OpenMP* SIMD compilation. |
|
Enables compilation of OpenMP* programs in sequential mode. |
|
Lets you specify an OpenMP* threadprivate implementation. |
|
Determines whether calls to routines are optimized by passing arguments in registers instead of on the stack. This option is deprecated and will be removed in a future release. This feature is only available for ifort. |
|
Determines whether the compiler assumes that variables and dynamically allocated memory are padded past the end of the object. This feature is only available for ifort. |
|
Lets you specify a loop blocking factor. This feature is only available for ifort. |
|
Enables or disables dynamic data alignment optimizations. |
|
Determines how the compiler optimizes for throughput depending on whether the program is to run in single-job or multi-job mode. This feature is only available for ifx. |
|
Passes options to a specified tool. |
|
Enables or disables generation of jump tables for switch statements. This feature is only available for ifort. |
|
Lets you specify an alternate algorithm for malloc(). This feature is only available for ifort. |
|
Enables or disables a compiler-generated Matrix Multiply (matmul) library call. |
|
Controls the level of memory layout transformations performed by the compiler. |
|
qopt-multiple-gather-scatter-by-shuffles, Qopt-multiple-gather-scatter-by-shuffles |
Enables or disables the optimization for multiple adjacent gather/scatter type vector memory references. |
qopt-multi-version-aggressive, Qopt-multi-version-aggressive |
Tells the compiler to use aggressive multi-versioning to check for pointer aliasing and scalar replacement. This feature is only available for ifort. |
Enables or disables prefetch insertion optimization. This feature is only available for ifort. |
|
Specifies the prefetch distance to be used for compiler-generated prefetches inside loops. This description is only for ifort. |
|
Specifies the prefetch distance to be used for compiler-generated prefetches inside loops. This description is only for ifx. |
|
qopt-prefetch-issue-excl-hint, Qopt-prefetch-issue-excl-hint |
Supports the prefetchW instruction in Intel® microarchitecture code name Broadwell and later. This feature is only available for ifort. |
Specifies that the compiler should only prefetch for loads inside the loop and ignore the stores, if any. This feature is only available for ifx. |
|
Selects the method that the register allocator uses to partition each routine into regions. This feature is only available for ifort. |
|
Tells the compiler to generate an optimization report. This description is only for ifort. |
|
Enables the generation of a YAML file that includes optimization transformation information. This description is only for ifx. |
|
Enables the annotated source listing feature and specifies its format. This feature is only available for ifort. |
|
qopt-report-annotate-position, Qopt-report-annotate-position |
Enables the annotated source listing feature and specifies the site where optimization messages appear in the annotated source in inlined cases of loop optimizations. This feature is only available for ifort. |
Determines whether special loop information annotations will be embedded in the object file and/or the assembly file when it is generated. This feature is only available for ifort. |
|
Specifies whether the output for the generated optimization report goes to a file, stderr, or stdout. |
|
Tells the compiler to find the indicated parts of your application, and generate optimization reports for those parts of your application. This feature is only available for ifort. |
|
Specifies the format for an optimization report. This feature is only available for ifort. |
|
Displays the optimizer phases available for report generation and a short description of what is reported at each level. This feature is only available for ifort. |
|
Specifies whether mangled or unmangled names should appear in the optimization report. This feature is only available for ifort. |
|
Tells the compiler that optimization report information should be generated in a separate file for each object. This feature is only available for ifort. |
|
Specifies one or more optimizer phases for which optimization reports are generated. This feature is only available for ifort. |
|
Tells the compiler to generate an optimization report for each of the routines whose names contain the specified substring. This feature is only available for ifort. |
|
Enables generation of streaming stores for optimization. |
|
Determines whether the compiler assumes that there are no "large" integers being used or being computed inside loops. This feature is only available for ifort. |
|
Defines a level of zmm registers usage. |
|
Lets you override certain internal compiler limits that are intended to prevent excessive memory usage or compile times for very large, complex compilation units. This feature is only available for ifort. |
|
Tells the compiler to generate code to adjust the stack size for a fiber-based main thread. This feature is only available for ifort. |
|
Tells the compiler to generate code such that references to statically assigned addresses can be patched. This feature is only available for ifort. |
|
Specifies stack alignment for functions. This option is deprecated and will be removed in a future release. This feature is only available for ifort. |
|
Tells the compiler to obey the selected floating-point model when vectorizing SIMD loops. This feature is only available for ifort. |
|
Tells the compiler to serialize floating-point reduction when vectorizing SIMD loops. This feature is only available for ifort. |
|
Tells the compiler to use a dollar sign ("$") when producing symbol names. This feature is only available for ifort. |
|
Specifies which version of Microsoft Visual C++* (MSVC) or Microsoft Visual Studio* that the compiler should link to. This feature is only available for ifort. |
|
Enables fast float-to-integer conversions. This is a deprecated option. There is no replacement option. This feature is only available for ifort. |
|
Specifies the default KIND for real and complex declarations, constants, functions, and intrinsics. |
|
Tells the compiler that all routines should be compiled for possible recursive execution. |
|
Tells the compiler to generate reentrant code to support a multithreaded application. |
|
Causes the compiler to compile to an assembly file only and not link. |
|
Tells the compiler that Cray* pointers do not alias other variables. |
|
Causes variables to be placed in static memory. |
|
Tells the compiler to save intermediate files created during compilation. |
|
Enables or disables the scalar replacement optimization done by the compiler as part of loop transformations. This feature is only available for ifort. |
|
Tells the compiler to produce a dynamic shared object instead of an executable. |
|
Causes Intel-provided libraries to be linked in dynamically. |
|
Links the GNU libgcc library dynamically. |
|
Controls the contents of the listing generated when option list is specified. |
|
Enables or disables compiler interpretation of SIMD directives. This feature is only available for ifort. |
|
Tells the compiler to save the compilation options and version number in the executable file. It also lets you choose whether to include lists of certain routines. This feature is only available for ifort. |
|
Tells the compiler to issue compile-time messages for nonstandard language elements. |
|
Determines whether the compiler uses the current Fortran Standard rules or the old Fortran 2003 rules when interpreting assignment statements. |
|
Determines whether the current Fortran Standard behavior of the compiler is fully implemented. |
|
Prevents linking with shared libraries. |
|
Causes Intel-provided libraries to be linked in statically. |
|
Invokes the libtool command to generate static libraries. This feature is only available for ifort. |
|
Links the GNU libgcc library statically. |
|
Links the GNU libstdc++ library statically. |
|
Tells the compiler to check only for correct syntax. |
|
Specifies the root directory where headers and libraries are located. |
|
Tells the linker to read link commands from a file. |
|
Inserts instrumentation probes calling the Intel® Trace Collector API. This feature is only available for ifort. |
|
Lets you enable or disable the instrumentation of specified functions. You must also specify option [Q]tcollect. This feature is only available for ifort. |
|
Tells the compiler to compile the file as a Fortran source file. |
|
Tells the linker to search for unresolved references in a multithreaded runtime library. |
|
Tells the compiler to generate extra information in the object file to provide source file traceback information when a severe error occurs at runtime. |
|
Undefines any definition currently in effect for the specified symbol . |
|
Undefines all previously defined preprocessor values. |
|
Disables all predefined symbols . |
|
Tells the compiler the maximum number of times to unroll loops. |
|
Determines whether the compiler uses more aggressive unrolling for certain loops. This feature is only available for ifort. |
|
Tells the compiler to produce objects through the assembler. This is a deprecated option. There is no replacement option. This feature is only available for ifort. |
|
Specifies that driver tool commands should be displayed and executed. |
|
Enables or disables vectorization. |
|
Determines which vector function application binary interface (ABI) the compiler uses to create or call vector functions. This feature is only available for ifort. |
|
Tells the compiler to perform a conditional check in a vectorized loop. This feature is only available for ifort. |
|
Sets a threshold for the vectorization of loops. |
|
Causes the runtime system to behave like HP* Fortran on OpenVMS* Alpha systems and VAX* systems (VAX FORTRAN*). |
|
Passes options to the assembler for processing. |
|
Specifies diagnostic messages to be issued by the compiler. |
|
Tells the compiler to display certain information to the console output window. |
|
Turns a compile-time bounds check into a warning. |
|
Tells the compiler to display its detailed version string. |
|
Tells the compiler to create a graphics or Fortran Windows application and link against the most commonly used libraries. |
|
Warns when a function that is declared as inline is not inlined. This feature is only available for ifort. |
|
Passes options to the linker for processing. |
|
Passes options to the preprocessor. |
|
Provides a way to disable the right margin wrapping that occurs in Fortran list-directed output. |
|
Removes standard directories from the include file search path. |
|
Tells the compiler which processor features it may target, including which instruction sets and optimizations it may generate. |
|
Tells the compiler to generate instructions for the highest instruction set available on the compilation host processor. |
|
Passes a linker option directly to the linker. |
|
Enables options to be passed to the specified tool in the device compilation tool chain for the target. This feature is only available for ifx. |
|
Initializes to zero variables of intrinsic type INTEGER, REAL, COMPLEX, or LOGICAL that are not yet initialized. This is a deprecated option. The replacement option is /Qinit:[no]zero or -init=[no]zero. |
|
Tells the compiler to generate full debugging information in either an object (.obj) file or a project database (PDB) file. |
|
Enables or disables generation of enhanced debugging information for optimized code. This feature is only available for ifort. |