OpenMP in Small Bites/Worksharing
OpenMP in Small Bites/Worksharing /
Jump to navigation
Jump to search
Revision as of 13:03, 2 November 2020 by Marc-andre-hermanns-bc32@rwth-aachen.de (talk | contribs) (Set correct link to video)
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
Collapse
1. What is most commonly used worksharing construct in OpenMP to distribute work among loop interations?
Collapse
3. Can the following code snipped be parallelized with the OpenMP for-construct with out breaking the semantic? Justify your answer.