Intel® Advisor Help

quiet

Display only error, fatal error and warning messages when executing a command.

Syntax

-quiet

-q

Default

On

Description

Use the quiet global-option to minimize the number of messages generated during the execution of a command. For example, it could be used along with the collect action or report action to display only warnings, errors and fatal errors.

The opposite is verbose.

Example

Creates a Suitability report and display only warnings, errors and fatal errors to stderr.

$ advixe-cl -report suitability -project-dir ./advi -quiet

See Also