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…')
(No difference)

Revision as of 15:18, 27 June 2013

Coordinating many processors to do your bidding

Introduction

  • Shared-memory
  • Distributed-memory
  • Accelerators & GPUS
  • Hadoop & friends