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 program:

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). These annotations are recognized by all three Intel Advisor tools.

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

After you run the Dependencies tool, view its displayed data in the Dependencies Report window.

See Also