forked from open-mpi/prrte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added and finalized ompi- prefix updates for PRRTE manpages.
Added ompi- prefix for all instances of prte commands within both the man/man1 and man/man5 directories, and also renamed necessary files to accommodate changes. Updated and corrected ompi- prefix for prrte manpages Finalized changes to prrte manpages with -ompi prefix Signed-off-by: Brennan Carson <[email protected]>
- Loading branch information
1 parent
143b956
commit 65f9968
Showing
9 changed files
with
59 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
.. _man1-prte: | ||
.. _man1-ompi-prte: | ||
|
||
prte | ||
==== | ||
ompi-prte | ||
========= | ||
|
||
prte |mdash| instantiate an instance of PRRTE DVM | ||
ompi-prte |mdash| instantiate an instance of PRRTE DVM | ||
|
||
SYNOPSIS | ||
-------- | ||
|
||
.. code:: sh | ||
shell$ prte ...options... | ||
shell$ ompi-prte ...options... | ||
DESCRIPTION | ||
----------- | ||
|
||
``prte`` instantiates an instance of the PMIx Reference Run Time | ||
``ompi-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]``. | ||
``ompi-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>` | ||
:ref:`ompi-prterun(1) <man1-ompi-prterun>` |
16 changes: 8 additions & 8 deletions
16
docs/man/man1/prte_info.1.rst → docs/man/man1/ompi-prte_info.1.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
.. _man1-prte_info: | ||
.. _man1-ompi-prte_info: | ||
|
||
prte_info | ||
========= | ||
ompi-prte_info | ||
============== | ||
|
||
prte_info |mdash| Provide detailed information on your PRRTE installation | ||
ompi-prte_info |mdash| Provide detailed information on your PRRTE installation | ||
|
||
SYNOPSIS | ||
-------- | ||
|
||
.. code:: sh | ||
prte_info ...options... | ||
ompi-prte_info ...options... | ||
DESCRIPTION | ||
----------- | ||
|
||
``prte_info`` provide detailed information on your PMIx Reference Run | ||
``ompi-prte_info`` provide detailed information on your PMIx Reference Run | ||
Time (PRRTE) installation. | ||
|
||
Extensive help documentation for this command is provided through | ||
``prte_info --help [topic]``. | ||
``ompi-prte_info --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:`prte(1) <man1-prte>` | ||
:ref:`ompi-prte(1) <man1-ompi-prte>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
.. _man1-prted: | ||
.. _man1-ompi-prted: | ||
|
||
prted | ||
===== | ||
ompi-prted | ||
========== | ||
|
||
prted |mdash| helper daemon for PRRTE | ||
ompi-prted |mdash| helper daemon for PRRTE | ||
|
||
SYNOPSIS | ||
-------- | ||
|
||
.. code:: sh | ||
shell$ prted ...options... | ||
shell$ ompi-prted ...options... | ||
DESCRIPTION | ||
----------- | ||
|
||
``prted`` is the back end helper daemon for PMIx Reference Runtime | ||
``ompi-prted`` is the back end helper daemon for PMIx Reference Runtime | ||
Environment (PRRTE). | ||
|
||
Extensive help documentation for this command is provided through | ||
``prted --help [topic]``. | ||
``ompi-prted --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:`prte(1) <man1-prte>` | ||
:ref:`ompi-prte(1) <man1-ompi-prte>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
.. _man1-pterm: | ||
.. _man1-ompi-pterm: | ||
|
||
pterm | ||
===== | ||
ompi-pterm | ||
========== | ||
|
||
pterm |mdash| terminate an instance of the PRRTE DVM | ||
ompi-pterm |mdash| terminate an instance of the PRRTE DVM | ||
|
||
SYNOPSIS | ||
-------- | ||
|
||
.. code:: sh | ||
shell$ pterm ...options... | ||
shell$ ompi-pterm ...options... | ||
DESCRIPTION | ||
----------- | ||
|
||
``pterm`` terminates an instance of the PMIx Reference Runtime | ||
``ompi-pterm`` terminates an instance of the PMIx Reference Runtime | ||
Environment (PRRTE) distributed virtual machine (DVM). | ||
|
||
Extensive help documentation for this command is provided through | ||
``pterm --help [topic]``. | ||
``ompi-pterm --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:`prte(1) <man1-prte>` | ||
:ref:`ompi-prte(1) <man1-ompi-prte>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ Config file manual pages (section 5) | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
prte.5.rst | ||
ompi-prte.5.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters