cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Debugging openmp code
Debugging openmp code
Sep 29, 2015 at 10:57am UTC
RuiQi
(7)
Hi all
How do i debug a parallel openmp thread ? I have 6 threads.
#pragma omp parallel shared
{
// breakpoint here
// code
}
I set ThreadId = 3 and it doesnt work
Help thanks
Last edited on
Sep 30, 2015 at 7:47am UTC
Sep 30, 2015 at 7:47am UTC
RuiQi
(7)
help
Topic archived. No new replies allowed.