- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page