[Lunar-commits] <moonbase> dmtcp: new module

Christian Krause wookietreiber at lunar-linux.org
Tue May 10 23:52:14 CEST 2011


commit 6a65d5b557bcaab3df96a28240da1c9caa8a9af8
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Tue May 10 23:52:14 2011 +0200

    dmtcp: new module
    
    good for scientific computing
    - checkpointing
    
    also works as a process freezer
---
 zbeta/dmtcp/DETAILS |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/zbeta/dmtcp/DETAILS b/zbeta/dmtcp/DETAILS
new file mode 100644
index 0000000..9f8ccd6
--- /dev/null
+++ b/zbeta/dmtcp/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=dmtcp
+         VERSION=1.2.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:5bf220df21fe1e89a6b4074a8edb5dfb00b10746
+        WEB_SITE=http://dmtcp.sourceforge.net/
+         ENTERED=20110510
+         UPDATED=20110510
+           SHORT="Distributed MultiThreaded CheckPointing"
+
+cat << EOF
+DMTCP (Distributed MultiThreaded Checkpointing) 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.
+EOF


More information about the Lunar-commits mailing list