@@ -158,7 +158,7 @@ ompi_preload_files char * A comma-separated list of files that
158158 \fI ompi_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.
163163ompi_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\fI bool \fP info keys are actually strings but are evaluated as
0 commit comments