Intel® Advisor Help

threading-model

Specify which threading model to use when evaluating suitability data.

GUI Equivalent

Intel Advisor standalone GUI: Result tab > Suitability Report window > Threading Model drop-down list

Syntax

-threading-model <string>

Arguments

tbb | cilk | openmp | other

Default

tbb

Actions Modified

report with the suitability argument.

Description

When using -report suitability to evaluate suitability data, use the threading-model action-option to specify your threading model. This option can only be used with -report suitability.

Note

Only one threading model should be used. Mixing threading models is not supported.

Example

This command generates a Suitability report for the Intel® CilkTM Plus parallel framework. The tool looks for the result in the ./advi project directory.

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

See Also