Difference between revisions of "Parallel Programming"

From SourceWiki
Jump to navigation Jump to search
(Created page with 'category:Pragmatic Programming '''Coordinating many processors to do your bidding''' =Introduction= * Shared-memory * Distributed-memory * Accelerators & GPUS * Hadoop & fr…')
 
m (Protected "Parallel Programming" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
=Introduction=
 
=Introduction=
  
* Shared-memory
+
* Shared-memory:  OpenMP, Cilk++
* Distributed-memory
+
* Distributed-memory: MPI
* Accelerators & GPUS
+
* Accelerators & GPUS: OpenCL, OpenACC
* Hadoop & friends
+
* Hadoop & friends:

Latest revision as of 11:53, 5 July 2013

Coordinating many processors to do your bidding

Introduction

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