Intel® Fortran Compiler 17.0 Developer Guide and Reference
Enables or disables privatization of all static data for the MultiProcessor Computing environment (MPC) unified parallel runtime.
Only available on Intel® 64 architecture
Linux: | -fmpc-privatize -fno-mpc-privatize |
macOS: | None |
Windows: | None |
None
-fno-mpc-privatize |
The privatization of all static data for the MPC unified parallel runtime is disabled. |
This option enables or disables privatization of all static data for the MultiProcessor Computing environment (MPC) unified parallel runtime.
Option -fmpc-privatize causes calls to extended thread-local-storage (TLS) resolution, run-time routines that are not supported on standard Linux* distributions.
This option requires installation of another product. For more information, see Feature Requirements.
None