Difference between revisions of "OpenMP in Small Bites"
Jump to navigation
Jump to search
(Reduce overview to completed parts) |
|||
Line 8: | Line 8: | ||
The tutorial comprises the following topics: | The tutorial comprises the following topics: | ||
− | - [ | + | - [[OpenMP_in_Small_Bites/Overview | '''Overview''']] |
− | - [ | + | - [[OpenMP_in_Small_Bites/Worksharing | '''Worksharing''']] |
− | - [ | + | - [[OpenMP_in_Small_Bites/Scoping | '''Scoping''']] |
− | - [ | + | - [[OpenMP_in_Small_Bites/NUMA | '''Non-Uniform Memory Access''']] |
Revision as of 13:30, 6 November 2020
HPC.NRW | |
---|---|
Associated Pages | |
+ | This is an #HPC.NRW course |
HPC Courses | |
1. | Introduction to Linux in HPC |
2. | Gprof Tutorial |
3. | OpenMP in Small Bites
|
This course has been developed within the framework of HPC.NRW project. It has been developed for novice HPC users as an initial introduction to shared-memory programming with OpenMP.
The tutorial comprises the following topics:
- Overview
- Scoping