Parallel computing is the simultaneous execution of the same task (split up and specially adapted) on multiple processors in order to obtain results faster. The idea is based on the fact that the process of solving a problem usually can be divided into smaller tasks, which may be carried out simultaneously with some coordination.

A massively parallel supercomputer

Approaches to parallel computers include:

  • Multiprocessing
  • Computer cluster
  • Parallel supercomputers
  • Distributed computing
  • NUMA vs. SMP vs. massively parallel computer systems
  • Grid computing

See also

Distributed computing
Parallel computing

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.