Skip to content

Commit

Permalink
hybrid/docs/02: added slide on openmp ARB resources
Browse files Browse the repository at this point in the history
  • Loading branch information
juhanikataja committed Jun 11, 2024
1 parent 83ee31a commit 0d849d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hybrid/docs/02-openmp-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ lang: en
- Compiler support for 5.0 is still incomplete
- This course discusses mostly features present in < 4.5

# OpenMP Architecture Review Board resources

- Home page: [openmp.org](https://www.openmp.org)
- [www.openmp.org/specifications/](https://www.openmp.org/specifications/)
- [v5.0 API Specification](https://www.openmp.org/spec-html/5.0/openmp.html): very abstract
- [v5.0.1 Examples document](https://www.openmp.org/wp-content/uploads/openmp-examples-5-0-1.pdf): examples how to use directives

# Why would you want to learn OpenMP?

Expand Down

0 comments on commit 0d849d5

Please sign in to comment.