OpenMP programming in plain view

From Wikiversity
Jump to navigation Jump to search

Introduction[edit | edit source]

  • Overview (pdf)
  • Functions (pdf)
  • Directives (pdf)
  • Environment Variables (pdf)
  • Clause (pdf)



Parallel Constructs and Clauses[edit | edit source]

  • 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
  • 12. Flush Construct
  • 13. Ordered Construct
  • 14. Single construct (pdf)
  • 15. SIMD construct
  • 16. Barrier

Example Codes[edit | edit source]

Computing Parallel Prefix Sum[edit | edit source]


go to [ Electrical_&_Computer_Engineering_Studies ]

External links[edit | edit source]