Changes

Jump to: navigation, search

OpenMP Debugging in Visual Studio / Team Debug

238 bytes added, 17:18, 6 December 2017
Case B - Using the Parallel Stacks and the Parallel Watch Window
[[File:Parallelwatch-step7.PNG|300px|center|Foo(i)]]
At this point, the value of i is 100. At doo(), it had been multiplied by 100.
 
We keep pressing F5 and see as Main Thread calls woof, meow and oink from doo and see its i value changes, and Worker 1 calls beep, then screech, making the appropriate i changes.
[[File:Parallelwatch-step8.PNG|300px|center|screech(i)]]
==Case C==
92
edits

Navigation menu