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…')
 
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:

Revision as of 09:28, 28 June 2013

Coordinating many processors to do your bidding

Introduction

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