Visible to Intel only — GUID: GUID-055F02EA-9235-45A6-A24C-4485CF8620A1
Visible to Intel only — GUID: GUID-055F02EA-9235-45A6-A24C-4485CF8620A1
Annotate Parallel Sites and Tasks
You add annotations into your program to mark the tasks and parallel sites. The annotations are one-line macro uses or function calls that have no effect on the behavior of your program.
Annotations allow you to mark your tentative decisions about your program's task structure before you modify the program to use parallel execution. Annotations are used by the Intel® Advisor Suitability and Dependencies tools.
After you decide on the parallel site(s) and task(s), add the annotations into your source code.
To simplify adding Intel® Advisor annotations:
When using the Microsoft Visual Studio* code editor, you can use the Annotation Wizard.
NOTE:In Visual Studio* 2022, Intel Advisor provides lightweight integration. You can confi