# -*- text -*-
#
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
#                         University Research and Technology
#                         Corporation.  All rights reserved.
# Copyright (c) 2004-2005 The University of Tennessee and The University
#                         of Tennessee Research Foundation.  All rights
#                         reserved.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
#                         University of Stuttgart.  All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
#                         All rights reserved.
# Copyright (c) 2012 Cisco Systems, Inc.  All rights reserved.
# Copyright (c) 2017      Intel, Inc. All rights reserved.
# Copyright (c) 2021-2025 Nanook Consulting  All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# This is the US/English help file for OpenPMIx event tool
#
[usage]
%s (%s) %s

Usage: %s [OPTION] <EVENT>
Inject PMIx events


/*****      General Options      *****/

-h|--help                            This help message
-h|--help <arg0>                     Help for the specified option
-v|--verbose                         Enable typical debug options
-V|--version                         Print version and exit
   --pmixmca <arg0> <arg1>           Set MCA parameter value

   --uri <arg0>                      Specify the URI of the server to which we are to connect, or
                                     the name of the file (specified as file:filename) that contains that info
   --namespace <arg0>                Namespace of the daemon to which we should connect
   --system-server-first             First look for a system server and connect to it if found
   --system-server                   Connect to a system server if a local server isn't found
   --pid <arg0>                      PID of the daemon to which we should connect (int => PID or file:<file>
                                     for file containing the PID
   --wait-to-connect <arg0>          Delay specified number of seconds before trying to connect
   --num-connect-retries <arg0>      Max number of times to try to connect
   --tmpdir <arg0>                   Set the root for the session directory tree

   --range <arg0>                    Range of event to be sent

The provided event can be either an integer status code (e.g., -31) or
the string name of a status code (e.g., "PMIX_EVENT_NODE_DOWN")

Report bugs to %s
#
[pmixmca]

Pass a PMIx MCA parameter

Syntax: "pmixmca <key> <value>", where "key" is the parameter name
and "value" is the parameter value.

#
[pid]
PID of the daemon to which we should connect (int => PID or file:<file>
for file containing the PID
#
[range]
Range (pmix_range_t) of event to be sent
#
[tmpdir]
Set the root for the session directory tree
#
[uri]

Specify the URI of the server to which we are to connect, or
the name of the file (specified as file:filename) that contains that info
#
[namespace]

Namespace of the daemon to which we should connect
#
[system-server-first]

First look for a system server and connect to it if found
#
[system-server]

Connect to a system server if a local server isn't found
#
[wait-to-connect]

Delay specified number of seconds before trying to connect
#
[num-connect-retries]

Max number of times to try to connect
