Translations:Points de contrôle/10/en: Difference between revisions
Jump to navigation
Jump to search
(Created page with " .") |
No edit summary |
||
Line 1: | Line 1: | ||
The software [http://dmtcp.sourceforge.net/ DMTCP] (Distributed Multithreaded CheckPointing) permits checkpointing of programs without having to recompile them. The initial execution is done with the program <tt>dmtcp_launch</tt> and specifying the checkpoint intervals. The restart can then be carried out by running the script <tt>dmtcp_restart_script.sh</tt>. By default, this script and the checkpoint files are written in the directory where the program was started. You can modify the location of these checkpoint files with the option <tt>--ckptdir <checkpoint directory></tt>. You can run <tt>dmtcp_launch --help</tt> to see all the options for DMTCP. Note that for the moment DMTCP does not work with software parallelized using MPI. | |||
. |
Revision as of 12:52, 19 October 2017
The software DMTCP (Distributed Multithreaded CheckPointing) permits checkpointing of programs without having to recompile them. The initial execution is done with the program dmtcp_launch and specifying the checkpoint intervals. The restart can then be carried out by running the script dmtcp_restart_script.sh. By default, this script and the checkpoint files are written in the directory where the program was started. You can modify the location of these checkpoint files with the option --ckptdir <checkpoint directory>. You can run dmtcp_launch --help to see all the options for DMTCP. Note that for the moment DMTCP does not work with software parallelized using MPI.