| CATEGORIES/HOME/Top/Computers/Parallel_Computing BACK | |
|
Parallel computing is the art of programming computers that have more than one processor. Some parallel computers are just regular workstations that have more than one processor in them; others are giant single computers with many processors (these are generally referred to as supercomputers); and others are networks of individual computers. A network of computers configured to coordinate on computing problems is also called a cluster. A parallel computer may be able to run programs much faster than a traditional single computer.
Programs that work on a single-processor computer don't automatically work on a parallel computer. The programmer must explicitly specify how to divide up the computing work between all of the available nodes. Information about writing programs especially for parallel computers is in Parallel_Computing/Programming. Many people have written libraries to help programmers write applications for parallel computers.
Parallel computing is a very similar field to distributed computing. Both types of computing involve breaking apart a problem into many pieces and assigning each part to a computer, but the nodes of a distributed computer normally not communicate with each other while performing their computations, because they may be great distances apart. Sites related to distributed computing are in Computers/Computer_Science/Distributed_Computing.
Information about supercomputers is located in Computers/Supercomputing.
| RESULTS |  | | Parallel Tools Consortium A group that brings together tool users, developers, and researchers with the goal of improving the usability and availability of parallel tools. Links to projects.http://www.ptools.org/ |
| ParaScope Links to supercomputing centers, high performance computing journals, vendors, conferences, and governmental agencies.http://computer.org/parascope/ |
| Who Wrote the Book of Life? NASA uses a parallel computer to classify new life forms.http://science.nasa.gov/newhome/headlines/ast28may99_1.htm |
| Supercomputing and Parallel Computing Research Groups Academic research groups and projects related to parallel computing.http://www.cs.cmu.edu/~scandal/research-groups.html |
| HOISe News on high performance computing from Europe. Newsletters and conference calendar.http://www.hoise.com/ |
| IEEE CS Task Force on Cluster Computing An international forum promoting cluster computing research and education. Publications, event calendar, news articles, and committee information.http://www.dgs.monash.edu.au/~rajkumar/tfcc/ |
| IEEE Transactions on Parallel and Distributed Systems Monthly peer-reviewed journal. Archives available to subscribers.http://computer.org/tpds/ |
| Grid Computing Info Centre An initiative to establish a global grid of computing power. Links to conferences, development, and related information.http://www.gridcomputing.com/ |
| Concurrent Systems Links to research groups, parallel tools, journals, and conferences.http://www.afm.sbu.ac.uk/concurrent/ |
| Internet Parallel Computing Archive Links to information about parallel algorithms, computing environments and tools, newsgroups, and general references.http://wotug.ukc.ac.uk/parallel/ |
| Nan's Parallel Computing Page Links to online books, tutorials, and research projects.http://www.cs.rit.edu/~ncs/parallel.html |
| The Grid: The Next-Gen Internet? Discussion of the Grid.http://www.wired.com/news/technology/0,1282,42230,00.html |
| Chemnitz Cluster Computing Homepage Links to programming projects, calls for papers, software and documentation, and other resources.http://www.tu-chemnitz.de/informatik/RA/cchp/index.html |
| Parallel Crunchers News about cluster computing.http://www.parallelcrunchers.net/ |
| UK E-science Grid Information about a government project to develop a supercomputing grid.http://www.escience-grid.org.uk |
| Vas's Parallel Computer Taxonomy Discussions of past classification systems and development of a new one.http://www.gigaflop.demon.co.uk/comp/chapt7.htm |
| Clustet Computing Info Centre Links to parallel computing resources.http://www.buyya.com/cluster |
| High Performance Cluster Computing Resources Links to cluster management systems, environments, software, documents, conferences, and teaching slides.http://www.ieeetfcc.org/ |
| IJHSC International Journal of High Speed Computing. Sample copy available, archives accessible to subscribers.http://www.worldscinet.com/ijhsc/ijhsc.shtml |
 |
|
|
 | 
|