Debugging Multithreaded Code

preview_player
Показать описание
This presentation gets you started in the large topic of debugging multithreaded code. Rick covers preventing bugs, reverting to sequential code to help eliminate bugs, and why the debugger might mask multithreaded bugs. It also talks about effective use of trace statements to give you detailed information.
Рекомендации по теме
Комментарии
Автор

adding #pragma omp parallel for num_threads(1) is good idea

khemrajdhondge