Difference between revisions of "OpenMP in Small Bites"
Jump to navigation
Jump to search
(Reduce overview to completed parts) |
|||
Line 6: | Line 6: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | The tutorial comprises the following topics: | |
− | + | - [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/Overview '''Overview'''] | |
− | + | - [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/Worksharing '''Worksharing'''] | |
− | + | - [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/Scoping '''Scoping'''] | |
− | + | - [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/NUMA '''Non-Uniform Memory Access'''] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 17:02, 2 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