Difference between revisions of "OpenMP in Small Bites"
Jump to navigation
Jump to search
| Line 31: | Line 31: | ||
12. [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/SIMD '''The SIMD construct'''] | 12. [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/SIMD '''The SIMD construct'''] | ||
| + | |||
| + | 13. [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/Introduction_to_Openmp_Compilation '''Introduction to Openmp Compilation'''] | ||
| + | |||
| + | 14. [https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites/Summary '''Summary'''] | ||
Revision as of 11:21, 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.
Tutorial Parts
1. Overview
2. Worksharing
3. Scoping
5. Tasking
8. Tasking: The Taskloop construct
10. Task Scheduling
13. Introduction to Openmp Compilation
14. Summary
