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.

Note

When OpenMP offloading is enabled, this option only applies to device-specific compilation.

IDE Equivalent

None

Alternate Options

None

See Also