icp/oer/courses/c-openmp/sections/03-debugging/01-private/content.html

5 lines
269 B
HTML

<p>The below Code is expected to just print 42 from both threads. Execute it and see what happens.</p>
<p>Find out why the code is behaving the way it is and fix the code using an OpenMP clause.</p>
<p>Hint: take a look at the documentation of the private clause.</p>