parallel-source-info, Qparallel-source-info

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

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac 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-parallelization code is generated. This is the same as specifying -no-parallel-source-info (Linux* and Mac OS* X) or /Qparallel-source-info- (Windows*).

1

Tells the compiler to emit routine name and line information. This is the same as specifying -parallel-source-info (Linux* and Mac OS* X) or /Qparallel-source-info (Windows*) 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-parallelization code is generated, the routine name and line information is emitted.

Description

This option enables or disables source location emission when OpenMP or auto-parallelization code is generated. It also lets you set the level of emission.

Alternate Options

None


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.