The Virtual Programming Laboratory (VPL) is a Web-based virtual programming environment built based on a client-server architecture. The system can be accessed on any platform (Unix, PC or Mac) using a standard Java-enabled browser. Software delivery over the Web imposes a novel set of constraints o
MILLIPEDE: Easy Parallel Programming in Available Distributed Environments
โ Scribed by ROY FRIEDMAN; MAXIM GOLDIN; AYAL ITZKOVITZ; ASSAF SCHUSTER
- Publisher
- John Wiley and Sons
- Year
- 1997
- Tongue
- English
- Weight
- 346 KB
- Volume
- 27
- Category
- Article
- ISSN
- 0038-0644
No coin nor oath required. For personal study only.
โฆ Synopsis
MILLIPEDE is a project aimed at developing a distributed shared memory environment for parallel programming. A major goal of this project is to support easy-to-grasp parallel programming languages that will also make it straightforward to parallelize existing code. Other targets are forward compatibility and availability of both the user programs (hence the shared memory support and the C-like parallel language PARC) and the system itself (which is thus implemented in user-level and using the operating system exported services). Locality of memory references, which implies efficiency and speedups, is maintained by MILLIPEDE using page and thread migration, through which dynamic load-balancing and weak memory are implemented.
๐ SIMILAR VOLUMES