Intel® Fortran Compiler XE 13.1 User and Reference Guides
Lets you specify an OpenMP* threadprivate implementation.
All
Linux: | -openmp-threadprivate=type |
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 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* OS: -openmp or -openmp-stubs
Windows* OS: /Qopenmp or /Qopenmp-stubs
The value specified for this option is independent of the value used for option -openmp-lib (Linux OS) or /Qopenmp-lib (Windows OS).
On OS X* systems, legacy is the only type of threadprivate supported. Option -openmp-threadprivate is not recognized by the compiler.
None