-
Notifications
You must be signed in to change notification settings - Fork 0
Tim's OpenMP Materials
dellswor edited this page Jan 21, 2014
·
2 revisions
Timothy Mattson from Intel kindly provided us a hands-on tutorial material for OpenMP under Creative Commons License. Materials can be found here.
The tutorial is supposed to be gone through in one day.
#The Slides
The deck contains 211 slides.
- 1-5 have SC13 specific information
- 6 and 7 outline the deck
- 8-14 HelloWorld and high-level overview
- 15-23 Thread regions
- 24-28 Synchronization primitives
- 29-41 OpenMP loops and reduction
- 42-51 More synchronization, block scheduling constructions, environment settings
- 52-60 Memory sharing
- 61-81 Task model in OpenMP
- 82-99 Memory consistency model
- 100-112 Problem set: Molecular Dynamics, Monte Carlo Computation, Naive Matrix Multiplication, List Traversal, and Recursive Matrix Multiplication.
- 113-211 Appendix mater