Unsupported Intel Compiler Flags
The list below includes the Intel Compiler flags that are not supported in RTX64.
- /Qopenmp – Causes multi-threaded code to be generated when OpenMP directives are present.
- /Qparallel – The auto-parallelizer detects simply structured loops that may be safely executed in parallel, including loops implied by Intel® Cilk™ Plus array notation, and automatically generates multi-threaded code for these loops.
- /Qpar-report[:n] – Controls the auto-parallelizer’s diagnostic level.
- /Qparthreshold[:n] – Sets a threshold for the auto-parallelization of loops based on the likelihood of a performance benefit.
- /Qguide[:n] – Guided Auto-Parallelization. Causes the compiler to suggest ways to help loops to vectorize or auto-parallelize, without producing any objects or executables.
- /Qprof-gen – Instruments a program for profile generation.
- /Qprof-use – Enables the use of profiling information during optimization.
- /Qprof-dir dir – Specifies a directory for the profiling output files, *.dyn and *.dpi.
- /Qprofilefunctions – Instruments functions so that a profile of execution time spent in each function may be generated.
- /Qprofile-loops -profile-loops– Instruments functions to generate a profile of each loop or loop nest.