scispace - formally typeset
C

Christian Bell

Researcher at University of California, Berkeley

Publications -  7
Citations -  414

Christian Bell is an academic researcher from University of California, Berkeley. The author has contributed to research in topics: Benchmark (computing) & Synchronization (computer science). The author has an hindex of 5, co-authored 7 publications receiving 404 citations. Previous affiliations of Christian Bell include Lawrence Berkeley National Laboratory.

Papers
More filters

Optimizing Bandwidth Limited Problems Using One-SidedCommunication and Overlap

TL;DR: It is demonstrated the one-sided communication used in languages like UPC can provide a significant performance advantage for bandwidth-limited applications, shown through communication microbenchmarks and a case-study of UPC and MPI implementations of the NAS FT benchmark.
Proceedings ArticleDOI

Optimizing bandwidth limited problems using one-sided communication and overlap

TL;DR: The one-sided communication used in languages like UPC can provide a significant performance advantage for bandwidth-limited applications as mentioned in this paper, which is shown through communication microbenchmarks and a case study of UPC and MPI implementations of the NAS FT benchmark.
Proceedings ArticleDOI

An evaluation of current high-performance networks

TL;DR: A set of microbenchmarks is used to quantify the cost of this commoditization of supercomputers, measuring software overhead, latency, and bandwidth on five contemporary supercomputing networks and comparing the performance of the ubiquitous MPI layer to that of lower-level communication layers, and quantify the advantages of the latter for small message performance.
Proceedings ArticleDOI

A new DMA registration strategy for pinning-based high performance networks

TL;DR: The proposed Firehose algorithm attempts to expose one-sided, zero-copy communication as a common case, while minimizing the number of host-level synchronizations required to support remote memory operations.
Proceedings ArticleDOI

Evaluating support for global address space languages on the Cray X1

TL;DR: The experience with developing a portable, open-source and high performance compiler for Unified Parallel C (UPC), a SPMD global-address space language extension of ISO C is described and the performance of the compiler is analyzed.