Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    In the jargon of parallel computing, an embarrassingly parallel workload (or embarrassingly parallel problem) is one for which no particular effort is needed to segment the problem into a very large number of parallel tasks, and there is no essential dependency (or communication) between those parallel tasks.
    In other words, each step can be computed independently from every other step, thus each step could be made to run on a separate processor to achieve quicker results.

    Embarrassingly parallel problems are ideally suited to distributed computing over the Internet (e.g. SETI@home), and are also easy to perform on server farms which do not have any of the special infrastructure used in a true supercomputer cluster.

    Embarrassingly parallel problems lie at one end of the spectrum of parallelization, the degree to which a computational problem can be readily divided amongst processors.


        Embarrassingly parallel
            Examples
            See also

    top

    Examples
    Some examples of embarrassingly parallel problems include:
      The Mandelbrot set and other fractal calculations, where each point can be calculated independently.
      Computer simulations comparing many independent scenarios, such as climate models.
      Numerical weather prediction . Weather forecasts created by computer, with each part of the atmosphere in a grid (e.g. 1 cubic KM) advancing by a set time period ( 1 day, hour, second)

    top

    See also


     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Embarrassingly parallel". link