Intel® Advisor Help
Specify which threading model to use when evaluating suitability data.
Microsoft Visual Studio* IDE:Result tab > Suitability Report window > Threading Model drop-down list
Intel Advisor standalone GUI: Result tab > Suitability Report window > Threading Model drop-down list
-threading-model <string> |
tbb | cilk | openmp | tpl | other
tbb
report with the suitability argument.
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.
Only one threading model should be used. Mixing threading models is not supported.
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