Topic:Parallel computing
From Wikiversity
|
Welcome to the Department of Parallel Computing
Parallel computing is the simultaneous execution of the same task (split up and specially adapted) on multiple processors in order to obtain results faster. The idea is based on the fact that the process of solving a problem usually can be divided into smaller tasks, which may be carried out simultaneously with some coordination.
Approaches to parallel computers include:
- Multiprocessing
- Computer cluster
- Parallel supercomputers
- Distributed computing
- NUMA vs. SMP vs. massively parallel computer systems
- Grid computing
[edit] Department news
- March 20, 2007 - Department founded!
[edit] Related news
- April 2007 Google strives towards energy efficiency.
[edit] Wikipedia
[edit] External links
- Interview about parallel computing
- Download BOINC
- BURP
- Growler - distributed object architecture
- 2008 PYthon Remote Objects