OpenMP programming in plain view

Introduction

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


Parallel Constructs and Clauses

edit
  • 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

edit

Computing Parallel Prefix Sum

edit


go to [ Electrical_&_Computer_Engineering_Studies ]

edit