1pattrs(1) Open PMIx pattrs(1)
2
3
4
6 pattrs - Print supported attributes at the client, server, and host
7 levels
8
10 pattrs [ options ]
11
13 pattrs will print a list of the supported PMIx APIs and the supported
14 PMIx attributes for each PMIx API at each of the client, server, and
15 host levels. Host level information requires that pattrs connect to an
16 appropriate server - the tool will automatically attempt to do so, but
17 options are provided to assist its search or to direct it to a specific
18 server.
19
21 pattrs supports the following options:
22
23 -c|--client <arg0> Comma-delimited list of client function whose
24 attributes are to be printed (function or all)
25 --client-fns List the functions supported in this client
26 library
27 -h|--help This help message
28 -h|--host <arg0> Comma-delimited list of host function whose
29 attributes are to be printed (function or all)
30 --host-fns List the functions supported by this host
31 environment
32 -n|--nspace <arg0> Specify server nspace to connect to
33 -p|--pid <arg0> Specify server pid to connect to
34 -s|--server <arg0> Comma-delimited list of server function whose
35 attributes are to be printed (function or all)
36 --server-fns List the functions supported in this server
37 library
38 --system-server Specifically connect to the system server
39 --system-server-first Look for the system server first
40 -t|--tool <arg0> Comma-delimited list of tool function whose
41 attributes are to be printed (function or all)
42 --tool-fns List the functions supported in this tool library
43 --uri <arg0> Specify URI of server to connect to
44 -v|--verbose Be Verbose
45
47 The OpenPMIx maintainers – see https://github.com/openpmix/openpmix or
48 the file AUTHORS.
49
50
51
522021-08-17 pattrs(1)