Intel® Advisor Help
Steps to run the Threading perspective.
In the Threading perspective, collection accuracy levels match the steps you should take. By default, accuracy is set to Low.
Prerequisites: In the graphical-user interface (GUI): Create a project and specify an analysis target and target options.
To configure and run the Threading perspective from GUI, do the following:
To run the Threading perspective with the Medium accuracy from the command line interface:
Run the Survey analysis:
advisor --collect=survey --project-dir=./advi_results -- ./myApplication
Collect trip count data:
advisor --collect=tripcounts --project-dir=./advi_results -- ./myApplication
Run the Suitability analysis for annotated loops:
advisor --collect=suitability --project-dir=./advi_results -- ./myApplication
Run the Dependencies analysis:
advisor --collect=dependencies --project-dir=./advi_results -- ./myApplication
See Run Threading Perspective from Command Line for details.
After running the perspective as describes above, you get a Suitability report showing predicted options for parallelizing and a Dependencies report showing whether you can implement parallel design without disrupting your code.