OpenMP* and Parallel Processing Options
Parent topic:
Compiler Option Categories and Descriptions
openmp, Qopenmp
Enables the parallelizer to generate multi-threaded code based on the OpenMP* directives.
openmp-lib, Qopenmp-lib
Lets you specify an OpenMP* run-time library to use for linking.
openmp-link, Qopenmp-link
Controls whether the compiler links to static or dynamic OpenMP run-time libraries. This is a deprecated option.
openmp-profile, Qopenmp-profile
Enables analysis of OpenMP* applications if Intel® Thread Profiler is installed. This is a deprecated option.
openmp-report, Qopenmp-report
Controls the OpenMP* parallelizer's level of diagnostic messages.
openmp-stubs, Qopenmp-stubs
Enables compilation of OpenMP programs in sequential mode.
openmp-task, Qopenmp-task
Lets you choose an OpenMP* tasking model.
openmp-threadprivate, Qopenmp-threadprivate
Lets you specify an OpenMP* threadprivate implementation.
par-affinity, Qpar-affinity
Specifies thread affinity.
par-num-threads, Qpar-num-threads
Specifies the number of threads to use in a parallel region.
par-report, Qpar-report
Controls the diagnostic information reported by the auto-parallelizer.
par-runtime-control, Qpar-runtime-control
Generates code to perform run-time checks for loops that have symbolic loop bounds.
par-schedule, Qpar-schedule
Lets you specify a scheduling algorithm or a tuning method for loop iterations.
par-threshold, Qpar-threshold
Sets a threshold for the auto-parallelization of loops.
parallel, Qparallel
Tells the auto-parallelizer to generate multithreaded code for loops that can be safely executed in parallel.
parallel-source-info, Qparallel-source-info
Enables or disables source location emission when OpenMP* or auto-parallelization code is generated.
Qpar-adjust-stack
Tells the compiler to generate code to adjust the stack size for a fiber-based main thread.
tprofile, Qtprofile
Generates instrumentation to analyze multi-threading performance. This is a deprecated option.
Copyright © 1996-2011, Intel Corporation. All rights reserved.