Home > Engineering and Technology > Computer Technology > Supercomputing and Parallel Computing > Programming > Libraries
Directories
• BSP (5)Web Sites
GAMMA Project
www.disi.unige.it/project/gamma/ reviews
An efficient messaging system for low-cost Fast Ethernet or Gigabit Ethernet clusters of PCs running Linux ...
www.disi.unige.it/project/gamma/ reviewsCoherent Virtual Machine (CVM)
www.cs.umd.edu/projects/cvm/ reviews
The Coherent Virtual Machine Goals The Coherent Virtual Machine (CVM) software Distributed Shared Memory (DSM) system is being developed here at the University of Maryland. Project goals include: Multiple protocol support - CVM's initial configuration provides four memory models, single- and multiple-writer versions of lazy release ...
www.cs.umd.edu/projects/cvm/ reviewsFast Messages (FM)
www-csag.ucsd.edu/projects/comm/fm.html reviews
Fast Messages (FM) Fast Messages (FM) is a low-level messaging layer designed to deliver underlying network's hardware performance to the application, even for small messages. For example, FM delivers 43 megabytes/second for messages as short as 256 bytes with even higher peak performance. FM makes bandwidth accessible, without requiring changes in applications (or protocols) to increase message ...
www-csag.ucsd.edu/projects/comm/fm.html reviewsDAta-Parallel Programming Library for Education
www.cs.dartmouth.edu/ILI/dapple/ reviews
DAta-Parallel Programming Library for Education (DAPPLE) DAPPLE is a C++ class library designed to provide the illusion of a data-parallel programming language on conventional hardware and with conventional compilers. DAPPLE defines Vectors and Matrices as basic classes, with all the C operators overloaded to provide for elementwise arithmetic. In addition, DAPPLE provides typical data-parallel ...
www.cs.dartmouth.edu/ILI/dapple/ reviewsShmem Put/Get-FM: the Shmem Put/Get Interface on Fast Messages
www-csag.ucsd.edu/projects/comm/put-get.html reviews
Shmem Put/Get-FM: Shmem Put/Get Interface on Fast Messages Shmem Put/Get-FM is a high-performance cluster implementation of the Shmem Put/get interface based loosely on Bob Numrich's Shmem library for the Cray T3D. The implementation is based on Fast Messages. This library provides a shared global address space, data movement operations between locations in that address space, and ...
www-csag.ucsd.edu/projects/comm/put-get.html reviews