English

Parallel Algorithms for Summing Floating-Point Numbers

Data Structures and Algorithms 2016-05-19 v1 Distributed, Parallel, and Cluster Computing

Abstract

The problem of exactly summing n floating-point numbers is a fundamental problem that has many applications in large-scale simulations and computational geometry. Unfortunately, due to the round-off error in standard floating-point operations, this problem becomes very challenging. Moreover, all existing solutions rely on sequential algorithms which cannot scale to the huge datasets that need to be processed. In this paper, we provide several efficient parallel algorithms for summing n floating point numbers, so as to produce a faithfully rounded floating-point representation of the sum. We present algorithms in PRAM, external-memory, and MapReduce models, and we also provide an experimental analysis of our MapReduce algorithms, due to their simplicity and practical efficiency.

Keywords

Cite

@article{arxiv.1605.05436,
  title  = {Parallel Algorithms for Summing Floating-Point Numbers},
  author = {Michael T. Goodrich and Ahmed Eldawy},
  journal= {arXiv preprint arXiv:1605.05436},
  year   = {2016}
}

Comments

Conference version appears in SPAA 2016

R2 v1 2026-06-22T14:03:26.291Z