Jump to content

Embarrassingly parallel problem

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dhuss (talk | contribs) at 16:16, 21 June 2004 (created). 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)

An Embarrassingly Parallel Problem is a parallel computing problem that can easily, or very obviously be split up into parts that can be computed in parallel. What these problems generally have in common is that each step can be computed independatly from every other step, thus each step could be made to run on a seperate processor to achieve quicker results. An example of an embarrassinly parallel problem is computation of the mandelbrot set.