1
1

man: fix indentation of MPI_Comm_spawn[_multiple]

no code change.

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2018-01-15 11:21:59 +09:00
родитель 64ba33cb32
Коммит cb5dfbe5b1
2 изменённых файлов: 24 добавлений и 24 удалений

Просмотреть файл

@ -173,7 +173,7 @@ ompi_preload_files char * A comma-separated list of files that
\fIompi_preload_binary\fP - files can \fIompi_preload_binary\fP - files can
be moved to the target even if an be moved to the target even if an
executable is not moved. executable is not moved.
ompi_stdin_target char* Comma-delimited list of ranks to ompi_stdin_target char * Comma-delimited list of ranks to
receive stdin when forwarded. receive stdin when forwarded.
ompi_non_mpi bool If set to true, launching a non-MPI ompi_non_mpi bool If set to true, launching a non-MPI
application; the returned communicator application; the returned communicator
@ -186,25 +186,25 @@ ompi_param char * Pass an OMPI MCA parameter to the
exists in the environment, the value exists in the environment, the value
will be overwritten by the provided will be overwritten by the provided
value. value.
mapper char* Mapper to be used for this job mapper char * Mapper to be used for this job
map_by char* Mapping directive indicating how map_by char * Mapping directive indicating how
processes are to be mapped (slot, processes are to be mapped (slot,
node, socket, etc.). node, socket, etc.).
rank_by char * Ranking directive indicating how rank_by char * Ranking directive indicating how
processes are to be ranked (slot, processes are to be ranked (slot,
node, socket, etc.). node, socket, etc.).
bind_to char * Binding directive indicating how bind_to char * Binding directive indicating how
processes are to be bound (core, slot, processes are to be bound (core, slot,
node, socket, etc.). node, socket, etc.).
path char* List of directories to search for path char * List of directories to search for
the executable the executable
npernode char* Number of processes to spawn on npernode char * Number of processes to spawn on
each node of the allocation each node of the allocation
pernode bool Equivalent to npernode of 1 pernode bool Equivalent to npernode of 1
ppr char* Spawn specified number of processes ppr char * Spawn specified number of processes
on each of the identified object type on each of the identified object type
env char* Newline-delimited list of envars to env char * Newline-delimited list of envars to
be passed to the spawned procs be passed to the spawned procs
.fi .fi
\fIbool\fP info keys are actually strings but are evaluated as \fIbool\fP info keys are actually strings but are evaluated as

Просмотреть файл

@ -179,7 +179,7 @@ ompi_preload_files char * A comma-separated list of files that
\fIompi_preload_binary\fP - files can \fIompi_preload_binary\fP - files can
be moved to the target even if an be moved to the target even if an
executable is not moved. executable is not moved.
ompi_stdin_target char* Comma-delimited list of ranks to ompi_stdin_target char * Comma-delimited list of ranks to
receive stdin when forwarded. receive stdin when forwarded.
ompi_non_mpi bool If set to true, launching a non-MPI ompi_non_mpi bool If set to true, launching a non-MPI
application; the returned communicator application; the returned communicator
@ -192,25 +192,25 @@ ompi_param char * Pass an OMPI MCA parameter to the
exists in the environment, the value exists in the environment, the value
will be overwritten by the provided will be overwritten by the provided
value. value.
mapper char* Mapper to be used for this job mapper char * Mapper to be used for this job
map_by char* Mapping directive indicating how map_by char * Mapping directive indicating how
processes are to be mapped (slot, processes are to be mapped (slot,
node, socket, etc.). node, socket, etc.).
rank_by char * Ranking directive indicating how rank_by char * Ranking directive indicating how
processes are to be ranked (slot, processes are to be ranked (slot,
node, socket, etc.). node, socket, etc.).
bind_to char * Binding directive indicating how bind_to char * Binding directive indicating how
processes are to be bound (core, slot, processes are to be bound (core, slot,
node, socket, etc.). node, socket, etc.).
path char* List of directories to search for path char * List of directories to search for
the executable the executable
npernode char* Number of processes to spawn on npernode char * Number of processes to spawn on
each node of the allocation each node of the allocation
pernode bool Equivalent to npernode of 1 pernode bool Equivalent to npernode of 1
ppr char* Spawn specified number of processes ppr char * Spawn specified number of processes
on each of the identified object type on each of the identified object type
env char* Newline-delimited list of envars to env char * Newline-delimited list of envars to
be passed to the spawned procs be passed to the spawned procs
.fi .fi
.sp .sp