Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
parallel-source-info, Qparallel-source-info
Enables or disables source location emission when OpenMP* or auto-parallelism code is generated.
Syntax
Linux:  |  
      -parallel-source-info[=n] -no-parallel-source-info  |  
     
Windows:  |  
      /Qparallel-source-info /Qparallel-source-info-[:n]  |  
     
Arguments
n  |  
      Is the level of source location emission. Possible values are: 
  |  
     
Default
-parallel-source-info=1  |  
      When OpenMP* code or auto-parallelism code is generated, the routine name and line information is emitted.  |  
     
Description
This option enables or disables source location emission when OpenMP code or auto-parallelism code is generated. It also lets you set the level of emission.
IDE Equivalent
Alternate Options
None