Changes

Jump to: navigation, search

OpenMP Debugging in Visual Studio / Team Debug

426 bytes added, 17:37, 5 December 2017
Case B
}
==Case B- Using the Parallel Stacks Window==
Using We will use the following program to experiment with the Parallel Stacks windowWindow:
return;
}
 
 
Setup:
 
1. Put a breakpoint at all function calls, all function definitions, cilk_sync, and cilk_for.
2. To be able to see more detailed debug info in the Parallel Stacks Window, go to Debug > Options, and under Debugging > General uncheck "Enable Just My Code", and under Debugging > Symbols put a checkmark on "Microsoft Symbol Servers".
==Case C==
92
edits

Navigation menu