Intel® Advisor Help

threading-model

Specify the threading model to use for modeling purposes when evaluating Suitability data.

GUI Equivalent

Result > Suitability Report > Threading Model

Syntax

--threading-model=<string>

Arguments

<string> is one of the following: tbb | openmp | tpl (Windows* OS only) | other

Default

tbb

Actions Modified

report

Description

Specify the threading model to use for modeling purposes when evaluating Suitability data.

Note

Use only one threading model. Mixing threading models is not supported.

Example

Generate a Suitability report for the OpenMP* parallel framework.

$ advixe-cl --report=suitability --threading-model=openmp --project-dir=./advi

See Also