Visible to Intel only — GUID: GUID-BE31B3DC-23E1-41B5-BB31-69465C8B5FFC
Visible to Intel only — GUID: GUID-BE31B3DC-23E1-41B5-BB31-69465C8B5FFC
fopenmp-max-parallel-link-jobs, Qopenmp-max-parallel-link-jobs
Determines the maximum number of parallel actions to be performed during device linking steps, where applicable. This feature is only available for ifx.
Syntax
Linux: |
-fopenmp-max-parallel-link-jobs=num |
Windows: |
/Qopenmp-max-parallel-link-jobs:num |
Arguments
num |
Is the maximum number of parallel actions to perform. |
Default
OFF |
Parallelization of device linking steps is disabled. |
Description
This option determines the maximum number of parallel actions to be performed during device linking steps, where applicable.
This option is useful when you specify option -fopenmp-device-code-split (Linux) or /Qopenmp-device-code-split (Windows) and want to control the number of parallel actions performed.
When OpenMP offloading is enabled, this option only applies to device-specific compilation.
IDE Equivalent
Alternate Options
None