Intel® Advisor Help

While Running the Dependencies Tool

The Dependencies tool performs extensive analysis of your running program to predict data sharing problems. After you change annotations or fix data sharing problems by modifying the sources, run the Dependencies tool again to check the modified program's predicted data sharing problems, until the predicted data sharing problems have been fixed.

While the Dependencies tool is running your application:

To skip uninteresting parts of your target while the target continues to run, you can add the Pause Collection and Resume Collection annotations around uninteresting source code region(s).

If an interesting problem appears, or you get impatient, you can stop or cancel the collection by doing one of the following:

In GUI

In CLI

See Also