Difference between revisions of "Template:Syllabus OpenMP in Small Bites"
Jump to navigation
Jump to search
m (Add reference to CC-BY-SA license) |
m (Add Part 9) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
| title = OpenMP in Small Bites | | title = OpenMP in Small Bites | ||
| provider = [https://hpc.nrw/ HPC.NRW] | | provider = [https://hpc.nrw/ HPC.NRW] | ||
| + | | contact = tutorials@hpc.nrw | ||
| type = Multi-part video | | type = Multi-part video | ||
| topic = Programming Paradigms | | topic = Programming Paradigms | ||
| license = {{License_CCBYSA}} | | license = {{License_CCBYSA}} | ||
| + | | intro = OpenMP_in_Small_Bites | ||
| part1 = [[OpenMP_in_Small_Bites/Overview | Overview ]] | | part1 = [[OpenMP_in_Small_Bites/Overview | Overview ]] | ||
| part2 = [[OpenMP_in_Small_Bites/Worksharing | Worksharing ]] | | part2 = [[OpenMP_in_Small_Bites/Worksharing | Worksharing ]] | ||
| Line 12: | Line 14: | ||
| part6 = [[OpenMP_in_Small_Bites/Tasking_and_Data_Scoping | Tasking and Data Scoping ]] | | part6 = [[OpenMP_in_Small_Bites/Tasking_and_Data_Scoping | Tasking and Data Scoping ]] | ||
| part7 = [[OpenMP_in_Small_Bites/Tasking_and_Synchronization | Tasking and Synchronization ]] | | part7 = [[OpenMP_in_Small_Bites/Tasking_and_Synchronization | Tasking and Synchronization ]] | ||
| + | | part8 = [[OpenMP_in_Small_Bites/Loops_and_Tasks |Loops and Tasks ]] | ||
| + | | part9 = [[OpenMP_in_Small_Bites/Tasking_Sudoku_example | Tasking Example: Sudoku Solver ]] | ||
| + | | part10 = [[OpenMP_in_Small_Bites/Task_Scheduling | Task Scheduling ]] | ||
| part11 = [[OpenMP_in_Small_Bites/NUMA | Non-Uniform Memory Access ]] | | part11 = [[OpenMP_in_Small_Bites/NUMA | Non-Uniform Memory Access ]] | ||
}} | }} | ||
Latest revision as of 09:56, 14 February 2022
| Tutorial | |
|---|---|
| Title: | OpenMP in Small Bites |
| Provider: | HPC.NRW
|
| Contact: | tutorials@hpc.nrw |
| Type: | Multi-part video |
| Topic Area: | Programming Paradigms |
| License: | CC-BY-SA |
| Syllabus
| |
| 1. Overview | |
| 2. Worksharing | |
| 3. Data Scoping | |
| 4. False Sharing | |
| 5. Tasking | |
| 6. Tasking and Data Scoping | |
| 7. Tasking and Synchronization | |
| 8. Loops and Tasks | |
| 9. Tasking Example: Sudoku Solver | |
| 10. Task Scheduling | |
| 11. Non-Uniform Memory Access | |