Parallel Programming

From SourceWiki
Revision as of 15:18, 27 June 2013 by GethinWilliams (talk | contribs) (Created page with 'category:Pragmatic Programming '''Coordinating many processors to do your bidding''' =Introduction= * Shared-memory * Distributed-memory * Accelerators & GPUS * Hadoop & fr…')
(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
  • Distributed-memory
  • Accelerators & GPUS
  • Hadoop & friends