Title
To INT_MAX... and beyond!: exploring large-count support in MPI
Abstract
In order to describe a structured region of memory, the routines in the MPI standard use a (count, datatype) pair. The C specification for this convention uses an int type for the count. Since C int types are nearly always 32 bits large and signed, counting more than 231 elements poses a challenge. Instead of changing the existing MPI routines, and all consumers of those routines, the MPI Forum asserts that users can build up large datatypes from smaller types. To evaluate this hypothesis and to provide a user-friendly solution to the large-count issue, we have developed BigMPI, a library on top of MPI that maps large-count MPI-like functions to MPI-3 standard features. BigMPI demonstrates a way to perform such a construction, reveals shortcomings of the MPI standard, and uncovers bugs in MPI implementations.
Year
DOI
Venue
2014
10.1109/ExaMPI.2014.5
ExaMPI@SC
Keywords
Field
DocType
vectors,optimization,memory management
Computer science,Parallel computing,Implementation,Message Passing Interface,Memory management
Conference
Citations 
PageRank 
References 
1
0.38
10
Authors
3
Name
Order
Citations
PageRank
Jeff R. Hammond120.74
Andreas Schäfer233.53
Rob Latham323611.68