Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29381 Discussions

How to debug a OpenMP code with Intel Fortran?

slialgor
Beginner
861 Views
Any documentation I can read for this? Do I have to install other Intel products to do so?
Thanks a lot.
0 Kudos
2 Replies
TimP
Honored Contributor III
861 Views

Basic debugging should be possible with Visual Studio facilities. Intel Parallel Inspector is meant to help with OpenMP and other threading issues.
0 Kudos
Steven_L_Intel1
Employee
861 Views
A "Parallel Debugging Extension" is added to Visual Studio that helps in debugging threaded applications. See the compiler documentation for more information.
0 Kudos
Reply