Intel® Advisor User Guide

ID 766448
Date 7/13/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-0A2F9435-8746-4ED2-9437-9BB9927DD20D

Document Table of Contents

ignore

Specify runtimes or libraries to ignore time spent in these regions when calculating per-program speedup.

Syntax

--ignore=<string>

Arguments

<string> is a comma-separated list of runtimes and libraries to ignore:

Argument

Description

OMP

Ignore time spent in OpenMP* code regions.

MPI

Ignore time spent in MPI code regions.

TBB

Ignore time spent in Intel® oneAPI Threading Building Blocks code regions.

MKL

Ignore time spent in Intel® Math Kernel Library code regions.

DAAL

Ignore time spent in Intel® Data Analytics Acceleration Library code regions.

NOTE:
This option is not case sensitive.

Actions Modified

collect=projection

collect=offload

Usage

This option does not affect individual offloads, only the per-program metrics.

Example

Model your application performance on a target device and ignore time spent in OpenMP and Intel oneAPI Threading Building Blocks regions.

advisor --collect=projection --ignore=OMP,TBB --project-dir=./advi_results

See Also