Difference between revisions of "OpenMP in Small Bites"

From HPC Wiki
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:
  
- [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/Overview '''Overview''']
+
- [[OpenMP_in_Small_Bites/Overview | '''Overview''']]
  
- [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/Worksharing '''Worksharing''']
+
- [[OpenMP_in_Small_Bites/Worksharing | '''Worksharing''']]
  
- [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/Scoping '''Scoping''']
+
- [[OpenMP_in_Small_Bites/Scoping | '''Scoping''']]
  
- [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/NUMA '''Non-Uniform Memory Access''']
+
- [[OpenMP_in_Small_Bites/NUMA | '''Non-Uniform Memory Access''']]

Revision as of 14:30, 6 November 2020


HPC.NRW
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

- Worksharing

- Scoping

- Non-Uniform Memory Access