Lets you specify an OpenMP* threadprivate implementation. This content is specific to C++; it does not apply to DPC++.
Linux: | -qopenmp-threadprivate=type |
Windows: | /Qopenmp-threadprivate:type |
type |
Specifies the type of threadprivate implementation. Possible values are:
|
-qopenmp-threadprivate=compat |
The compiler uses the compatibility OpenMP* threadprivate implementation. |
This option lets you specify an OpenMP* threadprivate implementation.
The threadprivate implementation of the legacy OpenMP run-time library may not be 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* systems: -qopenmp or -qopenmp-stubs
Windows* systems: /Qopenmp or /Qopenmp-stubs
The value specified for this option is independent of the value used for the [q or Q]openmp-lib option.
None