openmp-report, Qopenmp-report

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

IDE Equivalent

Linux: Compilation Diagnostics > OpenMP Report

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -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 as specified by openmp_report1 plus diagnostic messages indicating successful handling of MASTER constructs, SINGLE constructs, CRITICAL  constructs, ORDERED constructs, ATOMIC directives, and so forth.

Default

-openmp-report1 or /Qopenmp-report1 This is the default 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.

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

Alternate Options

Linux: -openmp_report
Windows: /Qopenmp_report