1pterm(1) PRTE pterm(1)
2
3
4
6 pterm - Terminate an instance of the PMIx Reference RTE (PRTE)
7
9 pterm JMS write some more here
10
12 pterm terminates an instance of the PMIx reference run time environment
13 (PRTE).
14
15 JMS write more here
16
18 JMS pterm --help shows this:
19
20 pterm (PRTE) 2.0.0a1
21
22 Usage: pterm [OPTION]...
23 Terminate an instance of the PMIx Reference RTE (PRTE)
24
25 /***** General Options *****/
26
27 -h|--help This help message
28 -v|--verbose Be verbose
29 -V|--version Print version and exit
30
31
32
33 /***** DVM-Specific Options *****/
34
35 --dvm-uri <arg0> Specify the URI of the DVM master, or the name of the file (specified as
36 file:filename) that contains that info
37 --num-connect-retries Max number of times to try to connect
38 --pid <arg0> PID of the session-level daemon to which we should connect
39 --system-server-first First look for a system server and connect to it if found
40 --system-server-only Connect only to a system-level server
41 --wait-to-connect Delay specified number of seconds before trying to connect
42
44 The PRTE maintainers – see https://github.com/openpmix/prte or the file
45 AUTHORS.
46
47
48
492021-06-29 pterm(1)