Changes

Jump to: navigation, search

Debugging Parallel Programs in Visual Studio / Team Debug

10 bytes added, 09:12, 22 December 2017
m
Walkthrough
On the Threads window, you can see "main thread" and other new three thread which same as default usable thread number 4 (The number is maximum usable thread of the cpu the program is running. And it is printed in the serial region as "omp_get_max_threads()"). after hitting 4 times (you can see the count on the breakpoint Window), the step goes to the next region.
[[File:ticon.png|50px|center|open]]
A thread icon is shown appear the side of the parallel line
[[File:2ndblock2.png|1000px|center|open]]
190
edits

Navigation menu