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
|
.. _man1-pevent:
pevent
=========
.. include_body
pevent |mdash| inject specified event into the system
SYNOPSIS
--------
``pevent [options] <EVENT>``
DESCRIPTION
-----------
``pevent`` requests that the specified event be passed to
processes in the given range.
OPTIONS
-------
``pevent`` accepts the following options:
* ``-h`` | ``--help <arg0>``: 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.
* ``-v`` | ``--verbose``: Enable debug output.
* ``-V`` | ``--version``: Print version and exit.
* ``--pmixmca <arg0> <arg1>``: Set MCA parameter value
* ``--pid <arg0>``: PID of the daemon to which we should connect (int => PID or file:<file> for file containing the PID
* ``--tmpdir <arg0>``: Set the root for the session directory tree
* ``--range <arg0>``: Range of event to be sent. If not provided, the request will default to the ``PMIX_GLOBAL`` range
EXIT STATUS
-----------
Returns 0 if the event was successfully sent, a non-zero error code if otherwise.
EXAMPLES
--------
Examples of using this command.
.. seealso::
:ref:`openpmix(5) <man5-openpmix>`
|