Info logo
Encyclopedia

  

Parallel programming : Parallel Programming

Home :: Up
Google
www.fastload.org

Parallel programming : 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'.


Try putting this code snipplet on your page

This article is licensed under the GNU Free Documentation License.
You may copy and modify it as long as the entire work (including additions) remains under this license.
To view or edit this article at Wikipedia, follow this link.