Determines the maximum number of parallel actions to be performed during device linking steps, where applicable. This feature is only available for ifx.
Linux: | -fopenmp-max-parallel-link-jobs=num |
Windows: | /Qopenmp-max-parallel-link-jobs:num |
num |
Is the maximum number of parallel actions to perform. |
OFF |
Parallelization of device linking steps is disabled. |
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.
None