Skip to content

Commit 92049e6

Browse files
zerothijsquyres
authored andcommitted
doc: fixed mpirun links
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 23deccf commit 92049e6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/man-openmpi/man3/MPI_Comm_spawn.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,4 @@ ERRORS
277277
.. seealso::
278278
* :ref:`MPI_Comm_spawn_multiple`
279279
* :ref:`MPI_Comm_get_parent`
280-
* mpirun(1)
280+
* :ref:`mpirun(1) <man1-mpirun>`

docs/man-openmpi/man3/MPI_Comm_spawn_multiple.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@ ERRORS
275275
.. seealso::
276276
* :ref:`MPI_Comm_spawn`
277277
* :ref:`MPI_Comm_get_parent`
278-
* mpirun(1)
278+
* :ref:`mpirun(1) <man1-mpirun>`

docs/man-openmpi/man3/OMPI_Affinity_str.3.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ EXAMPLES
111111
rank, ompi_bound, current_binding, exists);
112112
...
113113
114-
Output of mpirun -n 2 -bind-to-core a.out:
114+
Output of ``mpirun -n 2 -bind-to-core a.out``:
115115

116116
::
117117

@@ -124,7 +124,7 @@ Output of mpirun -n 2 -bind-to-core a.out:
124124
current_binding: socket 0[core 1]
125125
exists: socket 0 has 4 cores
126126

127-
Output of mpirun -n 2 -bind-to-socket a.out:
127+
Output of ``mpirun -n 2 -bind-to-socket a.out``:
128128

129129
::
130130

@@ -159,7 +159,7 @@ Output of mpirun -n 2 -bind-to-socket a.out:
159159
rank, ompi_bound, current_binding, exists);
160160
...
161161
162-
Output of mpirun -n 2 -bind-to-core a.out:
162+
Output of ``mpirun -n 2 -bind-to-core a.out``:
163163

164164
::
165165

@@ -172,7 +172,7 @@ Output of mpirun -n 2 -bind-to-core a.out:
172172
current_binding: [. B . .]
173173
exists: [. . . .]
174174

175-
Output of mpirun -n 2 -bind-to-socket a.out:
175+
Output of ``mpirun -n 2 -bind-to-socket a.out``:
176176

177177
::
178178

@@ -186,4 +186,4 @@ Output of mpirun -n 2 -bind-to-socket a.out:
186186
exists: [. . . .]
187187

188188

189-
.. seealso:: mpirun(1)
189+
.. seealso:: :ref:`mpirun(1) <man1-mpirun>`

0 commit comments

Comments
 (0)