Intel® Fortran Compiler XE 13.1 User and Reference Guides

parallel-source-info, Qparallel-source-info

Enables or disables source location emission when OpenMP* or auto-parallelism code is generated.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-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:

0

Disables the emission of source location information when OpenMP or auto-parallelism code is generated. This is the same as specifying -no-parallel-source-info (Linux* OS and OS X*) or /Qparallel-source-info- (Windows* OS).

1

Tells the compiler to emit routine name and line information. This is the same as specifying -parallel-source-info (Linux* OS and OS X*) or /Qparallel-source-info (Windows* OS) with no keyword.

2

Tells the compiler to emit path, file, routine name, and line information.

Default

-parallel-source-info=1
or /Qparallel-source-info:1

When OpenMP* 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 or auto-parallelism code is generated. It also lets you set the level of emission.

Alternate Options

None


Submit feedback on this help topic