Degree of parallelism

From Wikipedia, the free encyclopedia
Revision as of 08:54, 9 July 2023 by imported>Citation bot (Alter: url. URLs might have been anonymized. Add: isbn, date. | Use this bot. Report bugs. | #UCB_CommandLine)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.[1]

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.[2]

See also

References

Template:Reflist

Template:Parallel computing

Template:Asbox

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".