Skip to content

Commit f9430fc

Browse files
authored
Merge pull request open-mpi#4714 from ggouaillardet/topic/v2.x/man_MPI_Comm_spawn
man: fix indentation of MPI_Comm_spawn[_multiple]
2 parents cc8b5ac + e366e25 commit f9430fc

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

ompi/mpi/man/man3/MPI_Comm_spawn.3in

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ ompi_preload_files char * A comma-separated list of files that
158158
\fIompi_preload_binary\fP - files can
159159
be moved to the target even if an
160160
executable is not moved.
161-
ompi_stdin_target char* Comma-delimited list of ranks to
161+
ompi_stdin_target char * Comma-delimited list of ranks to
162162
receive stdin when forwarded.
163163
ompi_non_mpi bool If set to true, launching a non-MPI
164164
application; the returned communicator
@@ -171,25 +171,25 @@ ompi_param char * Pass an OMPI MCA parameter to the
171171
exists in the environment, the value
172172
will be overwritten by the provided
173173
value.
174-
mapper char* Mapper to be used for this job
175-
map_by char* Mapping directive indicating how
174+
mapper char * Mapper to be used for this job
175+
map_by char * Mapping directive indicating how
176176
processes are to be mapped (slot,
177177
node, socket, etc.).
178-
rank_by char * Ranking directive indicating how
178+
rank_by char * Ranking directive indicating how
179179
processes are to be ranked (slot,
180180
node, socket, etc.).
181-
bind_to char * Binding directive indicating how
181+
bind_to char * Binding directive indicating how
182182
processes are to be bound (core, slot,
183183
node, socket, etc.).
184-
path char* List of directories to search for
184+
path char * List of directories to search for
185185
the executable
186-
npernode char* Number of processes to spawn on
186+
npernode char * Number of processes to spawn on
187187
each node of the allocation
188-
pernode bool Equivalent to npernode of 1
189-
ppr char* Spawn specified number of processes
190-
on each of the identified object type
191-
env char* Newline-delimited list of envars to
192-
be passed to the spawned procs
188+
pernode bool Equivalent to npernode of 1
189+
ppr char * Spawn specified number of processes
190+
on each of the identified object type
191+
env char * Newline-delimited list of envars to
192+
be passed to the spawned procs
193193
.fi
194194

195195
\fIbool\fP info keys are actually strings but are evaluated as

ompi/mpi/man/man3/MPI_Comm_spawn_multiple.3in

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ompi_preload_files char * A comma-separated list of files that
162162
\fIompi_preload_binary\fP - files can
163163
be moved to the target even if an
164164
executable is not moved.
165-
ompi_stdin_target char* Comma-delimited list of ranks to
165+
ompi_stdin_target char * Comma-delimited list of ranks to
166166
receive stdin when forwarded.
167167
ompi_non_mpi bool If set to true, launching a non-MPI
168168
application; the returned communicator
@@ -175,25 +175,25 @@ ompi_param char * Pass an OMPI MCA parameter to the
175175
exists in the environment, the value
176176
will be overwritten by the provided
177177
value.
178-
mapper char* Mapper to be used for this job
179-
map_by char* Mapping directive indicating how
178+
mapper char * Mapper to be used for this job
179+
map_by char * Mapping directive indicating how
180180
processes are to be mapped (slot,
181181
node, socket, etc.).
182-
rank_by char * Ranking directive indicating how
182+
rank_by char * Ranking directive indicating how
183183
processes are to be ranked (slot,
184184
node, socket, etc.).
185-
bind_to char * Binding directive indicating how
185+
bind_to char * Binding directive indicating how
186186
processes are to be bound (core, slot,
187187
node, socket, etc.).
188-
path char* List of directories to search for
188+
path char * List of directories to search for
189189
the executable
190-
npernode char* Number of processes to spawn on
190+
npernode char * Number of processes to spawn on
191191
each node of the allocation
192-
pernode bool Equivalent to npernode of 1
193-
ppr char* Spawn specified number of processes
194-
on each of the identified object type
195-
env char* Newline-delimited list of envars to
196-
be passed to the spawned procs
192+
pernode bool Equivalent to npernode of 1
193+
ppr char * Spawn specified number of processes
194+
on each of the identified object type
195+
env char * Newline-delimited list of envars to
196+
be passed to the spawned procs
197197
.fi
198198

199199
.sp

0 commit comments

Comments
 (0)