Lets you specify an OpenMP* threadprivate implementation.
IA-32, Intel® 64, IA-64 architectures
Linux: | -openmp-threadprivate type |
Mac OS X: | None |
Windows: | /Qopenmp-threadprivate:type |
type |
Specifies the type of threadprivate implementation. Possible values are:
|
-openmp-threadprivate legacy |
The compiler uses the legacy OpenMP* threadprivate implementation used in the previous releases of the Intel® compiler. |
This option lets you specify an OpenMP* threadprivate implementation.
The legacy OpenMP run-time library is not compatible with object files created using OpenMP run-time libraries supported in other compilers.
To use this option, you must also specify one of the following compiler options:
Linux OS: -openmp, -openmp-profile, or -openmp-stubs
Windows OS: /Qopenmp, /Qopenmp-profile, or /Qopenmp-stubs
The value specified for this option is independent of the value used for option -openmp-lib (Linux) or /Qopenmp-lib (Windows).
None