Difference between revisions of "Parallel Programming"
Jump to navigation
Jump to search
m (Protected "Parallel Programming" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|
(No difference)
|
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: