Bazsites.com Parallel Computing
Directory Topics
On the Web
- Paderborn Center for Parallel Computing - Computing and service center of University of Paderborn, Germany. Hosting and participating several national and international projects, operating innovative parallel computers. Good reputation in parallel computer science.
- Internet Parallel Computing Archive - Links to information about parallel algorithms, computing environments and tools, newsgroups, and general references.
- Dehne, Frank - School of Computer Science, Carleton University - Parallel Computing, Coarse Grained Parallel Algorithms, Parallel Data Mining and OLAP, Computational Geometry, Image Processing
- Parallel Computing Links - Links to documentation, course materials, and parallel computing facilities.
- Parallel Computing Works - A book about parallel computing, focusing on a few specific research projects done at Caltech.
- Parallel Computing Research - Newsletter of the Center for Research on Parallel Computation at Rice
- Designing and Building Parallel Programs - An online book about parallel computers, algorithms, program design, and parallel libraries. Collection of software tools and links to other resources.
- Supercomputing and Parallel Computing Research Groups - Academic research groups and projects related to parallel computing.
- Is Parallel Computing Dead? - Article about the future of the parallel computing industry.
- Parallel Processing Letters (Journal) - International peer-reviewed journal published four times a year by World Scientific. Publishes short papers covering parallel computations and architectures, as well as parallel programming languages and environments.
Wikipedia Articles
- Explicitly parallel instruction computing - Explicitly Parallel Instruction Computing (EPIC) is a computing paradigm that began to be researched in the early 1980s resulting in a U.S.
- IBM Parallel Sysplex - In computing, a Parallel Sysplex is a cluster of IBM mainframes acting together in a single system image, usually with z/OS. A Parallel Sysplex combines data sharing (typically using Peer to Peer Remote Copy) and parallel computing to allow a cluster of up to 32 computers to share a workload ...
- Parallel computing - Parallel computing is the simultaneous execution of some combination of multiple instances of programmed instructions and data 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 ...
- Embarrassingly parallel - 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.
- Parallel mesh generation - Parallel mesh generation in numerical analysis is a new research area between the boundaries of two scientific computing disciplines: computational geometry and parallel computingNikos Chrisochoides, Parallel Mesh Generation, Chapter in Numerical Solution of Partial Differential Equations on Parallel Computers, (Eds. Are Magnus Bruaset, Aslak Tveito), Springer-Verlag, pp 237-259, 2005..