1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
.\" Man page generated from reStructuredText.
.
.TH "PLOOKUP" "1" "May 30, 2025" "" "OpenPMIx"
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.sp
plookup — lookup the value of keys posted using the \fBPMIx_Publish\fP API
.SH SYNOPSIS
.sp
\fBplookup [options] <KEY1>,<KEY2>,...\fP
.SH DESCRIPTION
.sp
\fBplookup\fP performs a \fBPMIx_Lookup\fP for each of the provided
keys and returns the results
.SH OPTIONS
.sp
\fBplookup\fP accepts the following options:
.INDENT 0.0
.IP \(bu 2
\fB\-h\fP | \fB\-\-help <arg0>\fP: Show help message. If the optional
argument is not provided, then a generalized help message similar
to the information provided here is returned. If an argument is
provided, then a more detailed help message for that specific
command line option is returned.
.IP \(bu 2
\fB\-v\fP | \fB\-\-verbose\fP: Enable debug output.
.IP \(bu 2
\fB\-V\fP | \fB\-\-version\fP: Print version and exit.
.IP \(bu 2
\fB\-\-pmixmca <arg0> <arg1>\fP: Set MCA parameter value
.IP \(bu 2
\fB\-\-pid <arg0>\fP: PID of the daemon to which we should connect (int => PID or file:<file> for file containing the PID
.IP \(bu 2
\fB\-\-tmpdir <arg0>\fP: Set the root for the session directory tree
.IP \(bu 2
\fB\-\-timeout <arg0>\fP: Max number of seconds to wait for data to become available
.IP \(bu 2
\fB\-\-wait\fP: Wait for data to become available if not immediately present
.UNINDENT
.SH EXIT STATUS
.sp
Returns 0 upon success, or else a non\-zero error code. Prints any returned values to stdout.
.SH EXAMPLES
.sp
Examples of using this command.
.sp
\fBSEE ALSO:\fP
.INDENT 0.0
.INDENT 3.5
\fI\%openpmix(5)\fP
.UNINDENT
.UNINDENT
.SH COPYRIGHT
2014-2025, OpenPMIx Community
.\" Generated by docutils manpage writer.
.
|