Intel® Advisor Help
A site row shows the source location of the site annotation and the label of the site.
To view the source code for this site annotation, click the
icon.
When converting annotations to parallel code:
For Intel® TBB, you need to add a scheduler initialization call in each thread before you create any tasks.
For Intel® Cilk™ Plus, an implicit sync exists at the end of every Intel Cilk Plus function. So you do not need to add one if you first extract the SITE into its own Intel Cilk Plus function. You do need to declare the function with the cilk_spawn as a Intel Cilk Plus function.
For OpenMP*, it depends on the pragmas/directives used.
Use the Annotation Report window to view the types of annotations present in your project sources and access their locations. You can view the Annotation Report at any time to check the annotations. In addition:
Intel recommends that you view annotations during Adding Parallelism to Your Program workflow step to help you locate site, task, lock, and other annotations that should be replaced by parallel framework code.
When using the Intel Advisor product GUI, you can use this report to verify that the correct sources have been defined in the Project Properties > Source Search tab.