--> Skip to main content

dmtcp: Distributed Multithreaded Checkpointing

Contents

  1. Overview of package
  2. Overview of package
    1. General usage
  3. Availability of package by cluster

Overview of package

General information about package
Package: dmtcp
Description: Distributed Multithreaded Checkpointing
For more information: https://github.com/dmtcp/dmtcp
Categories:
License: OpenSource (LGPL)

General usage information

Distributed MultiThreaded CheckPointing (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.

This module will add the various dmtcp_* commands to your PATH. It also creates a \"start_coordinator\" alias (C-style shells) or or function (Bourne style shells) useful for starting the DMTCP coordinator in job scripts.

In case you need to link against this library in your code, the following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package dmtcp, by cluster

This section lists the available versions of the package dmtcpon the different clusters.

Available versions of dmtcp on the Zaratab cluster

Available versions of dmtcp on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
2.6.0 dmtcp/2.6.0 zen, zen2 Y

Available versions of dmtcp on the Juggernaut cluster

Available versions of dmtcp on the Juggernaut cluster
Version Module tags CPU(s) optimized for GPU ready?
2.6.0 dmtcp/2.6.0 skylake_avx512, x86_64, zen, zen2 Y






Back to Top