Intel® Fortran Compiler XE 13.1 User and Reference Guides

openmp-report, Qopenmp-report

Controls the OpenMP* parallelizer's level of diagnostic messages.

IDE Equivalent

Windows: Diagnostics > OpenMP Diagnostic Level

Linux: None

OS X: Diagnostics > OpenMP Report

Architectures

All

Syntax

Linux and OS X:

-openmp-report[=n]

Windows:

/Qopenmp-report[:n]

Arguments

n

Is the level of diagnostic messages to display. Possible values are:

0

No diagnostic messages are displayed.

1

Diagnostic messages are displayed indicating loops, regions, and sections successfully parallelized.

2

The same diagnostic messages are displayed that are specified by 1. In addition, the following are displayed: diagnostic messages indicating successful handling of MASTER constructs, SINGLE constructs, CRITICAL constructs, ORDERED constructs, ATOMIC directives, and so forth.

Default

-openmp-report=1
or/Qopenmp-report:1

If you do not specify n, the compiler displays diagnostic messages indicating loops, regions, and sections successfully parallelized. If you do not specify the option on the command line, the default is to display no messages.

Description

This option controls the OpenMP* parallelizer's level of diagnostic messages. To use this option, you must also specify -openmp (Linux* OS and OS X*) or /Qopenmp (Windows* OS).

If this option is specified on the command line, the report is sent to stdout.

On Windows systems, if this option is specified from within the IDE, the report is included in the build log if the Generate Build Logs option is selected.

Alternate Options

None

See Also


Submit feedback on this help topic