@inproceedings{5ef090e06f104bb3aec523c288d19fc2,
title = "DAME: A Runtime-Compiled engine for derived datatypes",
abstract = "In order to achieve high performance on modern and future machines, applications need to make effective use of the complex, hierarchical memory system. Writing performanceportable code continues to be challenging since each architecture has unique memory access characteristics. In addition, some optimization decisions can only reasonably be made at runtime. This suggests that a two-pronged approach to address the challenge is required. First, provide the programmer with a means to express memory operations declaratively which will allow a runtime system to transparently access the memory in the best way and second, exploit runtime information. MPI's derived datatypes accomplish the former although their performance in currentMPI implementations shows scope for improvement. JIT-compilation can be used for the latter. In this work, we present DAME | a language and interpreter that is used as the backend for MPI's derived datatypes. We also present DAME-L and DAME-X, two JIT-enabled implementations of DAME. All three implementations have been integrated into MPICH. We evaluate the performance of our implementations using DDTBench and two mini- Applications written with MPI derived datatypes and obtain communication speedups of up to 20x and mini- Application speedup of 3x.",
keywords = "Data movement, Derived datatypes, Hpc, Jit, Mpi",
author = "Tarun Prabhu and William Gropp",
note = "Publisher Copyright: {\textcopyright} 2015 ACM.; 22nd European MPI Users' Group Meeting, EuroMPI 2015 ; Conference date: 21-09-2015 Through 23-09-2015",
year = "2015",
month = sep,
day = "21",
doi = "10.1145/2802658.2802659",
language = "English (US)",
series = "ACM International Conference Proceeding Series",
publisher = "Association for Computing Machinery",
booktitle = "Proceedings of the 22nd European MPI Users' Group Meeting, EuroMPI 2015",
address = "United States",
}