OpenMP in Small Bites/Scoping
OpenMP in Small Bites/Scoping /
Jump to navigation
Jump to search
Revision as of 10:35, 2 November 2020 by Mukund-pondkule-6a11@uni-paderborn.de (talk | contribs)
| HPC.NRW | |
|---|---|
| Other HPC Courses | |
| 1. | Gprof Tutorial |
| 2. | Introduction to Linux in HPC |
| OpenMP in Small Bites | |
| 1. | Overview |
| 2. | Worksharing |
| 3. | Data Scoping |
| 4. | Non-Uniform Memory Access
|
Video
Quiz
1. What is the default data scoping of variable in a parallel region when this variable is declared before a parallel region?
2. What is the data scoping of the variables
a, b, c and d in the following code snippet in the parallel region? What is printed when executing the code?
3. The following code snippet is wrong due to a missing data sharing attribute. How can you fix it?
