Misplaced Pages

Degree of parallelism

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

The degree of parallelism (DOP) is a metric which indicates how many operations can be or are being simultaneously executed by a computer. It is used as an indicator of the complexity of algorithms, and is especially useful for describing the performance of parallel programs and multi-processor systems.

A program running on a parallel computer may utilize different numbers of processors at different times. For each time period, the number of processors used to execute a program is defined as the degree of parallelism. The plot of the DOP as a function of time for a given program is called the parallelism profile.

See also

References

  1. Deprettere, Ed F.; Takala, Jarmo; Leupers, Rainer; Bhattacharyya, Shuvra S., eds. (13 October 2018). Handbook of Signal Processing Systems. Springer International Publishing. p. 552. ISBN 9783319917344. Retrieved 12 April 2023.
  2. Wagner, Thomas D.; Carlson, Brian M. (20 April 1994). An Algorithm for Off-Line Detection of Phases in Execution Profiles. ISBN 9783540580218. Retrieved 12 April 2023.
Parallel computing
General
Levels
Multithreading
Theory
Elements
Coordination
Programming
Hardware
APIs
Problems
Stub icon

This computer science article is a stub. You can help Misplaced Pages by expanding it.

Categories:
Degree of parallelism Add topic