Intel® Advisor Help

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. For example, OMP, MPI, TBB, SYCL.

Actions Modified

collect=projection

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* regions.

$ advisor --collect=projection --project-dir=./advi --ignore=OMP

See Also