Encyclopedia > Parallel Programming

  Article Content

Parallel programming

Redirected from Parallel Programming

Distributed computing can be defined as a method of information processing in which work is performed by separate computers linked through a communications network. Parallel Computing or Programming is the splitting of a single problem into a number of subtasks that can be computed relatively independantly and then aggregated to form a single coherent solution.

Parallel Programming is most often used for tasks that can easily broken down into independant tasks such as purely mathematical problems e.g. factorisation. Problems such as these are known to be 'embarrassingly parallel'.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
East Marion, New York

... from 45 to 64, and 30.2% who are 65 years of age or older. The median age is 49 years. For every 100 females there are 96.9 males. For every 100 females age 18 and ...

 
 
 
This page was created in 42.5 ms