Visible to Intel only — GUID: GUID-B32565E3-4763-40B1-8C5C-CF90D255F7E0
Visible to Intel only — GUID: GUID-B32565E3-4763-40B1-8C5C-CF90D255F7E0
fopenmp-concurrent-host-device-compile, Qopenmp-concurrent-host-device-compile
Enables parallel compilation of host and target compilation steps when performing OpenMP offload compilations. This is an experimental feature.
Syntax
Linux: |
-fopenmp-concurrent-host-device-compile |
Windows: |
/Qopenmp-concurrent-host-device-compile |
Arguments
None
Default
OFF |
No parallel compilation of host and target compilation steps occurs when OpenMP offload compilations are performed. |
Description
This option enables parallel compilation of host and target compilation steps when performing OpenMP offload compilations. It is an experimental feature.
It parallelizes the compilation steps that create the host and target binaries only, and it may improve compilation times.
IDE Equivalent
Alternate Options
None