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