summaryrefslogtreecommitdiff
path: root/devel/chkpt/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/chkpt/DESCR')
-rw-r--r--devel/chkpt/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/chkpt/DESCR b/devel/chkpt/DESCR
new file mode 100644
index 00000000000..9f536985864
--- /dev/null
+++ b/devel/chkpt/DESCR
@@ -0,0 +1,5 @@
+Chkpt provides a simple interface (C and Fortran) to user-level
+checkpointing. ``Checkpointing'' describes the action to periodically
+save process information on permanent storage (on hard disk,
+typically). After a system failure a process may be continued from
+the saved state, from the checkpoint.