OpenMP programming in plain view
Introduction
- Overview (pdf)
- Functions (pdf)
- Directives (pdf)
- Environment Variables (pdf)
- Clause (pdf)
- Synchronization (pdf)
Parallel Constructs and Clauses
- 1. Parallel Construct (pdf)
- 2. Parallelize Loop Construct (pdf)
- 3. Collapse clause (pdf)
- 4. Private clauses (pdf)
- 5. Reduction Clause (pdf)
- 6. Task construct (pdf)
- 7. Taskloop construct (pdf)
- 8. Taskgroup construct (pdf)
- 9. Sections Construct (pdf)
- 10. Critical Construct (pdf)
- 11. Atomic Construct (pdf)
- 12. Flush Construct
- 13. Ordered Construct
- 14. Single construct (pdf)
- 15. SIMD construct
- 16. Barrier
Example Codes
Computing Parallel Prefix Sum
External links
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.