English

DMTCP Checkpoint/Restart of MPI Programs via Proxies

Distributed, Parallel, and Cluster Computing 2018-03-28 v1

Abstract

MPI accomplishes portable, standardized message-passing between processes by exposing a standard API that hides the implementation of the underlying mechanism for message passing. Until now, checkpointing an MPI program required knowledge of these underlying mechanisms. Through the addition of a proxy, we demonstrate that MPI programs can be checkpointed and restarted regardless of the MPI implementation utilized. Further, proxies may enable MPI programs to be checkpointed on one MPI implementation, and restarted on another.

Keywords

Cite

@article{arxiv.1803.09342,
  title  = {DMTCP Checkpoint/Restart of MPI Programs via Proxies},
  author = {Gregory Michael Price},
  journal= {arXiv preprint arXiv:1803.09342},
  year   = {2018}
}

Comments

5 pages, technical report, initial exploratory research