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
|
.. _man1-prte:
prte
====
prte |mdash| instantiate an instance of PRRTE DVM
SYNOPSIS
--------
.. code:: sh
shell$ prte ...options...
DESCRIPTION
-----------
``prte`` instantiates an instance of the PMIx Reference Run Time
Environment (PRRTE) distributed virtual machine (DVM).
Extensive help documentation for this command is provided through
``prte --help [topic]``.
At least for now, that content is not available in man page form.
Pull requests to add all the content (via repeatable infrastructure)
would be greatly appreciated.
.. seealso::
:ref:`prterun(1) <man1-prterun>`
|