c750c08ad9
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
5 lines
302 B
Text
5 lines
302 B
Text
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.
|