1DMTCP_COORDINATOR(1)Distributed MultiThreaded CheckPointingDMTCP_COORDINATOR(1)
2
3
4
6 dmtcp_coordinater -- coordinates checkpoints among multiple processes.
7
9 dmtcp_coordinater [OPTIONS]
10
12 dmtcp_coordinator coordinates checkpoints among multiple processes.
13
15 -p, --coord-port port (environment variable DMTCP_COORD_PORT)
16 Port to listen on (default: 7779)
17
18 --port-file filename
19 File to write listener port number. (Useful with --coord-port
20 0, which is used to assign a random port)
21
22 --ckptdir path (environment variable DMTCP_CHECKPOINT_DIR)
23 Directory to store dmtcp_restart_script.sh (default: ./)
24
25 --tmpdir path (environment variable DMTCP_TMPDIR)
26 Directory to store temporary files (default: env var TMDPIR or
27 /tmp)
28
29 --exit-on-last
30 Exit automatically when last client disconnects
31
32 --exit-after-ckpt
33 Exit automatically after checkpoint is created
34
35 --daemon
36 Run silently in the background after detaching from the parent
37 process.
38
39 -i, --interval <val> (environment variable DMTCP_CHECKPOINT_INTER‐
40 VAL)
41 Time in seconds between automatic checkpoints (default: 0, dis‐
42 abled)
43
44 -q, --quiet
45 Skip copyright notice.
46
47 --help
48 Print this message and exit.
49
50 --version
51 Print version information and exit.
52
53 Commands for Coordinator
54 l: List connected nodes
55 s: Print status message
56 c: Checkpoint all nodes
57 i: Print current checkpoint interval
58 (To change checkpoint interval, use dmtcp_command)
59 k: Kill all nodes
60 q: Kill all nodes and quit
61 ?: Show this message
62
64 Report bugs to: dmtcp-forum@lists.sourceforge.net
65 DMTCP home page: <http://dmtcp.sourceforge.net>
66
68 dmtcp(1), dmtcp_coordinator(1), dmtcp_launch(1), dmtcp_restart(1),
69 dmtcp_command(1)
70
72 See /usr/share/doc/dmtcp-2.6.0/AUTHORS.
73
75 DMTCP version 2.6.0 of July, 2019.
76
78 See /usr/share/doc/dmtcp-2.6.0/COPYING file.
79
80 License LGPLv3+: GNU LGPL version 3 or later <http://gnu.org/li‐
81 censes/lgpl.html>.
82
83 This program comes with ABSOLUTELY NO WARRANTY. This is free software,
84 and you are welcome to redistribute it under certain conditions; see
85 COPYING file for details.
86
87Distributed MultiThreaded CheckPoinJtuilnyg, 2019 DMTCP_COORDINATOR(1)