Parallel Programming

From SourceWiki
Revision as of 11:53, 5 July 2013 by GethinWilliams (talk | contribs) (Protected "Parallel Programming" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Coordinating many processors to do your bidding

Introduction

  • Shared-memory: OpenMP, Cilk++
  • Distributed-memory: MPI
  • Accelerators & GPUS: OpenCL, OpenACC
  • Hadoop & friends: