Intel® Advisor 2015
The following tutorials provide a quick path to help you get started using the Intel® Advisor 2015. They demonstrate an end-to-end workflow you can ultimately apply to your own applications:
- Survey the target executable to locate the loops and functions where your application spends the most time.
- In the target sources, add Intel Advisor annotations to mark possible parallel tasks and their enclosing parallel sites.
- Check Suitability to predict the maximum parallel performance speedup of the target based on these annotations.
- Check Correctness to predict parallel data sharing problems in the target based on these annotations.
- If the predicted maximum speedup benefit is worth the effort to fix the predicted parallel data sharing problems, fix the problems.
- Recheck Suitability to see how your fixes impact the predicted maximum speedup.
- If the predicted maximum speedup benefit is still worth the effort to add parallelism to the target, replace the annotations with parallel framework code that enables parallel execution.
Learn To Do This | Take This Tutorial |
---|---|
Find Where to Add Parallelism with Intel Advisor 2015 | C++ Tutorial Fortran Tutorial |
Intel® Advisor 2013
Use the following tutorials to help you get started profiling your application and adding Intel Advisor annotations, predicting your program's parallel behavior, and adding parallel code to the selected parallel regions.
Learn To Do This | Take This Tutorial |
---|---|
Find Where to Add Parallelism with Intel Advisor 2013 Duration: 30+ minutes | C++ Tutorial Fortran Tutorial |