Jump to content

Embarrassingly parallel

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by The Anome (talk | contribs) at 09:40, 14 April 2005 (Category:Parallel computing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In parallel computing, an embarassingly parallel workload is one for which no particular effort is needed to segment the problem into parallel tasks, and there is very little dependency between those parallel tasks. Examples of embarassingly parallel problems include non-real-time computer graphics rendering, brute-force searches in cryptography, and tasks like SETI@home.

Embarassingly parallel problems are ideally suited to distributed computing.