A newer version of this document is available. Customers should click here to go to the newest version.
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.
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