@@ -193,13 +193,16 @@ be used with ``configure``:
193
193
options, but have no impact on the selection logic described below.
194
194
Only affirmative options change the selection process.
195
195
196
- ``LIST `` is a comma-delimited list of Open MPI frameworks and/or
196
+ If ``LIST `` is not specified (e.g., ``--enable-mca-dso `` with no
197
+ ``LIST ``), or if ``LIST `` is the special value ``yes ``, then *all *
198
+ components will be selected. If ``LIST `` is specified, it is a
199
+ comma-delimited list of Open MPI frameworks and/or
197
200
framework+component tuples. Examples:
198
201
199
202
* ``btl `` specifies the entire BTL framework
200
203
* ``btl-tcp `` specifies just the TCP component in the BTL framework
201
204
* ``mtl,btl-tcp `` specifies the entire MTL framework and the TCP
202
- component in the BTL framework
205
+ component in the BTL framework
203
206
204
207
Open MPI's ``configure `` script uses the values of these two options
205
208
when evaluating each component to determine how it should be built
@@ -213,7 +216,7 @@ be used with ``configure``:
213
216
#. Otherwise, ``configure `` uses the global default build behavior.
214
217
215
218
At each level of the selection process, if the component is
216
- specified to be built as both a static and dso component, the static
219
+ specified to be built as both a static and DSO component, the static
217
220
option will win.
218
221
219
222
.. note :: As of Open MPI |ompi_ver|, ``configure``'s global default
@@ -234,6 +237,10 @@ be used with ``configure``:
234
237
235
238
shell$ ./configure
236
239
240
+ #. Build all components as DSOs::
241
+
242
+ shell$ ./configure --enable-mca-dso
243
+
237
244
#. Build all components as static, except the TCP BTL, which will be
238
245
built as a DSO::
239
246
0 commit comments