Skip to content

apoorvemohan/dmtcp

 
 

DMTCP is a tool to transparently checkpoint the state of multiple simultaneous applications, including multi-threaded and distributed applications. It operates directly on the user binary executable, without any Linux kernel modules or other kernel modifications.

Among the applications supported by DMTCP are MPI (various implementations), OpenMP, MATLAB, Python, Perl, R, and many programming languages and shell scripting languages. DMTCP also supports GNU screen sessions, including vim/cscope and emacs. With the use of TightVNC, it can also checkpoint and restart X Window applications. The OpenGL library for 3D graphics is supported through a special plugin.

DMTCP supports the commonly used OFED API for InfiniBand, as well as its integration with various implementations of MPI, and resource managers (e.g., SLURM).

To install DMTCP, see the file: INSTALL.

For an overview DMTCP, see the file: QUICK-START.

For the license, see the file: COPYING.

Directory layout:

  • src : DMTCP source code.
  • src/plugin : source for DMTCP internal plugins.
  • jalib : small pkg used by DMTCP for assertions, warnings, tracing code, etc.
  • bin : DMTCP binaries (dmtcp_launch, dmtcp_restart, dmtcp_coordinator, etc.)
  • lib : DMTCP internal libraries, including internal plugins that are not exposed to the end user.
  • test : Used by 'make check'
  • test/plugin : Simple examples for learning DMTCP plugins
  • plugin : (top-level directory of optional plugins; they must be invoked by a command line flag of dmtcp_launch)
  • doc : Random documentation on aspects of the DMTCP design Note especially: doc/plugin-tutorial.pdf
  • include : Contains dmtcp.h ; useful for third-party plugins
  • contrib : Contributed plugins and other add-ons. The more popular ones will eventually be migrated to the top-level plugin directory as they become mature; Contrib plugins are not built by default.
  • util : random utilities, useful mostly for experts

For more information on DMTCP, see: http://dmtcp.sourceforge.net.

For the latest version of DMTCP (both official release and svn), see: http://dmtcp.sourceforge.net/downloads.html.

About

DMTCP: Distributed MultiThreaded CheckPointing

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
COPYING
GPL-3.0
COPYING.GPL
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 49.1%
  • C 38.9%
  • Shell 8.5%
  • Python 2.0%
  • Makefile 0.7%
  • TeX 0.5%
  • Other 0.3%