Skip to content

Commit d8e8943

Browse files
committed
man: fix indentation of MPI_Comm_spawn[_multiple]
no code change. Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit cb5dfbe)
1 parent 8496044 commit d8e8943

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
@@ -173,7 +173,7 @@ ompi_preload_files char * A comma-separated list of files that
173173
\fIompi_preload_binary\fP - files can
174174
be moved to the target even if an
175175
executable is not moved.
176-
ompi_stdin_target char* Comma-delimited list of ranks to
176+
ompi_stdin_target char * Comma-delimited list of ranks to
177177
receive stdin when forwarded.
178178
ompi_non_mpi bool If set to true, launching a non-MPI
179179
application; the returned communicator
@@ -186,25 +186,25 @@ ompi_param char * Pass an OMPI MCA parameter to the
186186
exists in the environment, the value
187187
will be overwritten by the provided
188188
value.
189-
mapper char* Mapper to be used for this job
190-
map_by char* Mapping directive indicating how
189+
mapper char * Mapper to be used for this job
190+
map_by char * Mapping directive indicating how
191191
processes are to be mapped (slot,
192192
node, socket, etc.).
193-
rank_by char * Ranking directive indicating how
193+
rank_by char * Ranking directive indicating how
194194
processes are to be ranked (slot,
195195
node, socket, etc.).
196-
bind_to char * Binding directive indicating how
196+
bind_to char * Binding directive indicating how
197197
processes are to be bound (core, slot,
198198
node, socket, etc.).
199-
path char* List of directories to search for
199+
path char * List of directories to search for
200200
the executable
201-
npernode char* Number of processes to spawn on
201+
npernode char * Number of processes to spawn on
202202
each node of the allocation
203-
pernode bool Equivalent to npernode of 1
204-
ppr char* Spawn specified number of processes
205-
on each of the identified object type
206-
env char* Newline-delimited list of envars to
207-
be passed to the spawned procs
203+
pernode bool Equivalent to npernode of 1
204+
ppr char * Spawn specified number of processes
205+
on each of the identified object type
206+
env char * Newline-delimited list of envars to
207+
be passed to the spawned procs
208208
.fi
209209

210210
\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
@@ -179,7 +179,7 @@ ompi_preload_files char * A comma-separated list of files that
179179
\fIompi_preload_binary\fP - files can
180180
be moved to the target even if an
181181
executable is not moved.
182-
ompi_stdin_target char* Comma-delimited list of ranks to
182+
ompi_stdin_target char * Comma-delimited list of ranks to
183183
receive stdin when forwarded.
184184
ompi_non_mpi bool If set to true, launching a non-MPI
185185
application; the returned communicator
@@ -192,25 +192,25 @@ ompi_param char * Pass an OMPI MCA parameter to the
192192
exists in the environment, the value
193193
will be overwritten by the provided
194194
value.
195-
mapper char* Mapper to be used for this job
196-
map_by char* Mapping directive indicating how
195+
mapper char * Mapper to be used for this job
196+
map_by char * Mapping directive indicating how
197197
processes are to be mapped (slot,
198198
node, socket, etc.).
199-
rank_by char * Ranking directive indicating how
199+
rank_by char * Ranking directive indicating how
200200
processes are to be ranked (slot,
201201
node, socket, etc.).
202-
bind_to char * Binding directive indicating how
202+
bind_to char * Binding directive indicating how
203203
processes are to be bound (core, slot,
204204
node, socket, etc.).
205-
path char* List of directories to search for
205+
path char * List of directories to search for
206206
the executable
207-
npernode char* Number of processes to spawn on
207+
npernode char * Number of processes to spawn on
208208
each node of the allocation
209-
pernode bool Equivalent to npernode of 1
210-
ppr char* Spawn specified number of processes
211-
on each of the identified object type
212-
env char* Newline-delimited list of envars to
213-
be passed to the spawned procs
209+
pernode bool Equivalent to npernode of 1
210+
ppr char * Spawn specified number of processes
211+
on each of the identified object type
212+
env char * Newline-delimited list of envars to
213+
be passed to the spawned procs
214214
.fi
215215

216216
.sp

0 commit comments

Comments
 (0)