Tutorial: Analyzing Threading Errors with Intel® Inspector and a Fortran Sample
This tutorial demonstrated an end-to-end workflow you can ultimately apply to your own applications.
Step |
Tutorial Recap |
Key Tutorial Take-aways |
---|---|---|
1. Set up |
You built and ensured the application runs on your system outside the Intel Inspector, and created a project to hold analysis results. |
Applications compiled and linked in debug mode using the following options produce the most accurate and complete analysis results: -debug, -O0, -shared-intel, and -check:none. |
2. Collect result |
You chose an analysis type and ran an analysis. During analysis, the Intel Inspector:
|
|
3. Investigate result |
You explored detected problems, interpreted the result data, accessed an editor directly from the Intel Inspector, and changed source code. You also investigated a problem using interactive debugging. |
|
4. Check your work |
You recompiled, relinked, and reinspected the application. |
Next step: Prepare your own application(s) for analysis. Then use the Intel Inspector to find and fix errors.