Intel® Advisor Help

Error Message: No Annotations Found

Symptoms

Cause

The Suitability and Dependencies tools use the annotations you added to your program to analyze your running program and populate the Annotation Report window with data. However, before you run these tools to collect data about your running program, you need to add annotations and perform related actions.

When using the Intel® Advisor GUI, make sure that the appropriate project properties have been specified so the Intel® Advisor tools can find the correct source location(s).

Also, if your sources contain huge source files that contain annotations, be aware that only the first 8 MB of each file will be parsed for annotations (for performance reasons). This could possibly cause mismatched or no annotations found messages.

Possible Solution

Tip

For the most current information on optimal C/C++ and Fortran build settings, see Build Your Target ApplicationBuild Your Target Application.

See Also