Sciweavers

ACPC
1991
Springer
15 years 22 days ago
MODULA-2 and Its Compilation
Michael Philippsen, Walter F. Tichy
ACPC
1991
Springer
15 years 22 days ago
Data Parallel Program Design
Ted G. Lewis, R. Currey, Jie Liu
SPAA
1995
ACM
15 years 22 days ago
Accounting for Memory Bank Contention and Delay in High-Bandwidth Multiprocessors
For years, the computation rate of processors has been much faster than the access rate of memory banks, and this divergence in speeds has been constantly increasing in recent yea...
Guy E. Blelloch, Phillip B. Gibbons, Yossi Matias,...
SPAA
1995
ACM
15 years 22 days ago
Provably Efficient Scheduling for Languages with Fine-Grained Parallelism
Many high-level parallel programming languages allow for fine-grained parallelism. As in the popular work-time framework for parallel algorithm design, programs written in such lan...
Guy E. Blelloch, Phillip B. Gibbons, Yossi Matias
SPAA
1995
ACM
15 years 22 days ago
Parallel Sorting with Limited Bandwidth
We study the problem of sorting on a parallel computer with limited communication bandwidth. By using the PRAM(m) model, where p processors communicate through a globally shared me...
Micah Adler, John W. Byers, Richard M. Karp
PSLS
1995
15 years 22 days ago
Fault Tolerance via Replication in Coarse Grain Data-Flow
Anh Nguyen-Tuong, Andrew S. Grimshaw, John F. Karp...
PSLS
1995
15 years 22 days ago
Lazy Remote Procedure Call and its Implementation in a Parallel Variant of C
Abstract. Lazy task creation (LTC) is an e cient approach for executing divide and conquer parallel programs that has been used in the implementation of Multilisp's future con...
Marc Feeley