Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
1696 Discussions

The variables in OpenMP range are not visible in the debug mode

enginia
Beginner
368 Views

RecentlyI began to use OpenMP technique. We useMVS2005 and Intel Fortran V10 compiler to develop the software.

In the debug mode, the variables in OpenMP range are not visible and I cannot dostep-by-step in thecodes in OpenMP range. I do not know how to change the settings. Please provide me a suggestion.

0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
368 Views

Enginia,

Depending on the version of the compiler and debugger you may have problems seeing the variables with the debugger. As a work-around make a subroutine (function) out of the code within the parallel construct then call (evoke) the subroutine (function) in the parallel construct. You can make this code conditional or use inline on the subroutine (function) for use in Release mode.

Jim Dempsey

0 Kudos
Reply