@@ -163,65 +163,65 @@ more MCA parameters, use the ``--level`` command line option.
163
163
EXAMPLES
164
164
--------
165
165
166
+ Show the default output of options and listing of installed
167
+ components in a human-readable / prettyprint format:
168
+
166
169
.. code-block ::
167
170
168
171
ompi_info
169
172
170
- Show the default output of options and listing of installed
171
- components in a human-readable / prettyprint format.
173
+ Show the default output of options and listing of installed components
174
+ in a machine-parsable format:
172
175
173
176
.. code-block ::
174
177
175
178
ompi_info --parsable
176
179
177
- Show the default output of options and listing of installed components
178
- in a machine-parsable format.
180
+ Show the level 1 MCA parameters of the "tcp" BTL component in a
181
+ human-readable / prettyprint format:
179
182
180
183
.. code-block ::
181
184
182
185
ompi_info --param btl tcp
183
186
184
- Show the level 1 MCA parameters of the "tcp" BTL component in a
185
- human-readable / prettyprint format.
187
+ Show the level 1 through level 6 MCA parameters of the "tcp" BTL
188
+ component in a human-readable / prettyprint format:
186
189
187
190
.. code-block ::
188
191
189
192
ompi_info --param btl tcp --level 6
190
193
191
- Show the level 1 through level 6 MCA parameters of the "tcp" BTL
192
- component in a human-readable / prettyprint format.
194
+ Show the level 1 MCA parameters of the "tcp" BTL component in a
195
+ machine-parsable format:
193
196
194
197
.. code-block ::
195
198
196
199
ompi_info --param btl tcp --parsable
197
200
198
- Show the level 1 MCA parameters of the "tcp" BTL component in a
199
- machine-parsable format.
201
+ Show the level 3 MCA parameters of string type in a human-readable /
202
+ prettyprint format:
200
203
201
204
.. code-block ::
202
205
203
206
ompi_info --type string --pretty-print --level 3
204
207
205
- Show the level 3 MCA parameters of string type in a human-readable /
206
- prettyprint format.
208
+ Show the "bindir" that Open MPI was configured with:
207
209
208
210
.. code-block ::
209
211
210
212
ompi_info --path bindir
211
213
212
- Show the "bindir" that Open MPI was configured with.
214
+ Show the version of Open MPI version numbers in a prettyprint format:
213
215
214
216
.. code-block ::
215
217
216
218
ompi_info --version
217
219
218
- Show the version of Open MPI version numbers in a prettyprint format.
220
+ Show *all * information about the Open MPI installation, including all
221
+ components that can be found, all the MCA parameters that they support
222
+ (i.e., levels 1 through 9), versions of Open MPI and the components,
223
+ etc.:
219
224
220
225
.. code-block ::
221
226
222
227
ompi_info --all
223
-
224
- Show *all * information about the Open MPI installation, including all
225
- components that can be found, all the MCA parameters that they support
226
- (i.e., levels 1 through 9), versions of Open MPI and the components,
227
- etc.
0 commit comments