1DMTCP_COMMAND(1) Distributed MultiThreaded CheckPointing DMTCP_COMMAND(1)
2
3
4
6 dmtcp_command -- send a command to the DMTCP coordinator remotely.
7
9 dmtcp_commmand [OPTIONS] command [command...]
10
12 dmtcp_command is a tool to send user commands to the DMTCP coordinator
13 remotely.
14
16 -h, --coord-host hostname (environment variable DMTCP_COORD_HOST)
17 Hostname where dmtcp_coordinator is run (default: localhost)
18
19 -p, --port port (environment variable DMTCP_PORT)
20 Port where dmtcp_coordinator is run (default: 7779)
21
22 --quiet
23 Skip copyright notice
24
25 --help
26 Print this message and exit.
27
28 --version
29 Print version information and exit.
30
31 Commands for Coordinator
32 -s --status
33 Print status message
34
35 -c, --checkpoint
36 Checkpoint all nodes
37
38 -bc, --bcheckpoint
39 Checkpoint all nodes, blocking until done
40
41 -i, --interval <val>
42 Update ckpt interval to <val> seconds (0=never)
43
44 -k, --kill
45 Kill all nodes
46
47 -q, --quit
48 Kill all nodes and quit
49
51 Report bugs to: dmtcp-forum@lists.sourceforge.net
52 DMTCP home page: <http://dmtcp.sourceforge.net>
53
55 dmtcp(1), dmtcp_coordinator(1), dmtcp_launch(1), dmtcp_restart(1),
56 dmtcp_command(1)
57
59 See /usr/share/doc/dmtcp-2.6.0/AUTHORS.
60
62 DMTCP version 2.6.0 of July, 2019.
63
65 See /usr/share/doc/dmtcp-2.6.0/COPYING file.
66
67 License LGPLv3+: GNU LGPL version 3 or later <http://gnu.org/li‐
68 censes/lgpl.html>.
69
70 This program comes with ABSOLUTELY NO WARRANTY. This is free software,
71 and you are welcome to redistribute it under certain conditions; see
72 COPYING file for details.
73
74Distributed MultiThreaded CheckPoinJtuilnyg, 2019 DMTCP_COMMAND(1)