141 lines
4.9 KiB
Plaintext
141 lines
4.9 KiB
Plaintext
[bogus section]
|
|
|
|
This section is not used by PRTE code. But we have to put a RST
|
|
section title in this file somewhere, or Sphinx gets unhappy. So we
|
|
put it in a section that is ignored by PRTE code.
|
|
|
|
|
|
Hello, world
|
|
============
|
|
|
|
[usage]
|
|
|
|
%s (%s) %s
|
|
|
|
Usage: "%s [OPTION]..."
|
|
|
|
Provide detailed information on your PRRTE installation.
|
|
|
|
The following list of command line options are available. Note that
|
|
more detailed help for any option can be obtained by adding that
|
|
option to the help request as "--help <option>".
|
|
|
|
+----------------------+-----------------------------------------------+
|
|
| Option | Description |
|
|
|======================|===============================================|
|
|
| "-a" | "--all" | Show all configuration options and MCA |
|
|
| | parameters |
|
|
+----------------------+-----------------------------------------------+
|
|
| "--arch" | Show architecture on which PRRTE was compiled |
|
|
+----------------------+-----------------------------------------------+
|
|
| "-c" | "--config" | Show configuration options |
|
|
+----------------------+-----------------------------------------------+
|
|
| "-h" | "--help" | This help message |
|
|
+----------------------+-----------------------------------------------+
|
|
| "--hostname" | Show the hostname on which PRRTE was |
|
|
| | configured and built |
|
|
+----------------------+-----------------------------------------------+
|
|
| "--internal" | Show internal MCA parameters (not meant to be |
|
|
| | modified by users) |
|
|
+----------------------+-----------------------------------------------+
|
|
| "--param <framework | Show MCA parameters. The first parameter is |
|
|
| >:<component1>,<com | the framework (or the keyword "all"); the |
|
|
| ponent2>" | second parameter is a comma-delimited list of |
|
|
| | specific component names (if only |
|
|
| | "<framework>" is given, then all components |
|
|
| | will be reported). |
|
|
+----------------------+-----------------------------------------------+
|
|
| "--path <type>" | Show paths with which PRRTE was configured. |
|
|
| | Accepts the following parameters: "prefix", |
|
|
| | "bindir", "libdir", "incdir", "mandir", |
|
|
| | "pkglibdir", "sysconfdir". |
|
|
+----------------------+-----------------------------------------------+
|
|
| "--show-version | Show version of PRRTE or a component. The |
|
|
| <type>:<part>" | first parameter can be the keywords "prte", |
|
|
| | "all", or a framework name (indicating all |
|
|
| | components in a framework), or a |
|
|
| | "framework:component" string (indicating a |
|
|
| | specific component). The second parameter |
|
|
| | can be one of: "full", "major", "minor", |
|
|
| | "release", "greek", "git". |
|
|
+----------------------+-----------------------------------------------+
|
|
| "-V" | "--version" | Print version and exit |
|
|
+----------------------+-----------------------------------------------+
|
|
|
|
Report bugs to %s
|
|
|
|
[param]
|
|
|
|
Syntax: "--param <arg0> <arg1>"
|
|
|
|
Show MCA parameters. The first parameter is the framework (or the
|
|
keyword "all"); the second parameter is the specific component name
|
|
(or the keyword "all").
|
|
|
|
[internal]
|
|
|
|
Syntax: "--internal"
|
|
|
|
Show internal MCA parameters (i.e., parameters not meant to be
|
|
modified by users)
|
|
|
|
[path]
|
|
|
|
Syntax: "--path <arg0>"
|
|
|
|
Show the paths with which PRRTE was configured. Accepts the following
|
|
parameters: "prefix", "bindir", "libdir", "incdir", "mandir",
|
|
"pkglibdir", "sysconfdir".
|
|
|
|
[arch]
|
|
|
|
Syntax: "--arch" Show architecture on which PRRTE was compiled
|
|
|
|
[config]
|
|
|
|
Syntax: "-c" or "--config"
|
|
|
|
Show configuration options used to configure PRRTE
|
|
|
|
[hostname]
|
|
|
|
Syntax: "--hostname"
|
|
|
|
Show the hostname upon which PRRTE was configured and built
|
|
|
|
[all]
|
|
|
|
Syntax: "-a" or "--all"
|
|
|
|
Show all configuration options and MCA parameters
|
|
|
|
[lib-call-fail]
|
|
|
|
A library call unexpectedly failed. This is a terminal error; please
|
|
show this message to a PRTE wizard:
|
|
|
|
Library call: %s Source file: %s Source line number: %d
|
|
|
|
Aborting...
|
|
|
|
[developer warning: field too long]
|
|
|
|
DEVELOPER WARNING: A field in prte_info output is too long and will
|
|
appear poorly in the prettyprint output.
|
|
|
|
Value: "%s" Max length: %d
|
|
|
|
[not-found]
|
|
|
|
The specified framework could not be found:
|
|
|
|
Framework: %s
|
|
|
|
This could be due to a misspelling of the framework name, or because
|
|
support for that framework was not configured into this version of
|
|
PRTE. Please see
|
|
|
|
prte_info --config
|
|
|
|
for a full report of how PRTE was configured.
|