Parallel computing is a form of computation in which many calculations are carried out simultaneously, operating on the principle that large problems can often be divided into smaller ones, which are then solved concurrently ("in parallel"). There are several different forms of parallel computing: bit-level, instruction level, data, and task parallelism. Parallelism has been employed for many years, mainly in high-performance computing, but interest in it has grown lately due to the physical constraints preventing frequency scaling. As power consumption (and consequently heat generation) by computers has become a concern in recent years, parallel computing has become the dominant paradigm in computer architecture, mainly in the form of multicore processors.
Parallel computers can be roughly classified according to the level at which the hardware supports parallelism, with multi-core and multi-processor computers having multiple processing elements within a single machine, while clusters, MPPs, and grids use multiple computers to work on the same task. Specialized parallel computer architectures are sometimes used alongside traditional processors, for accelerating specific tasks.
Parallel computer programs are more difficult to write than sequential ones, because concurrency introduces several new classes of potential software bugs, of which race conditions are the most common. Communication and synchronization between the different subtasks are typically some of the greatest obstacles to getting good parallel program performance.
The maximum possible speed-up of a program as a result of parallelization is known as Amdahl's law.
Read more about Parallel Computing: Background, Algorithmic Methods, History
Other articles related to "parallel computing, parallel, computing":
... Gill (Ferranti) discussed parallel programming and the need for branching and waiting ... and Slotnick published a debate about the feasibility of parallel processing at American Federation of Information Processing Societies Conference ... multiprocessor system capable of running up to eight processors in parallel ...
... this recursive sorting algorithm has particular application to parallel computing, as each of the bins can be sorted independently ... will be little to no advantage to using parallel computing to sort the keys ... Counting is highly parallel, amenable to the parallel_reduce pattern, and splits the work well across multiple cores until reaching memory bandwidth limit ...
... shader pipeline into general-purpose computing power, as opposed to being hard wired solely to do graphical operations ... client for the Folding@home distributed computing project, for protein folding calculations ... ability to operate on large matrices in parallel, while still making use of the CPU when appropriate ...
... The terms "concurrent computing", "parallel computing", and "distributed computing" have a lot of overlap, and no clear distinction exists between them ... The same system may be characterised both as "parallel" and "distributed" the processors in a typical distributed system run concurrently in parallel ... Parallel computing may be seen as a particular tightly coupled form of distributed computing, and distributed computing may be seen as a loosely coupled form of parallel computing ...
Famous quotes containing the word parallel:
“As I look at the human story I see two stories. They run parallel and never meet. One is of people who live, as they can or must, the events that arrive; the other is of people who live, as they intend, the events they create.”
—Margaret Anderson (18861973)