@@ -247,20 +247,14 @@ not use specific IP networks |mdash| or not use any IP networks at all
247247.. warning :: If you use the ``btl_tcp_if_include`` and
248248 ``btl_tcp_if_exclude `` MCA parameters to shape the
249249 behavior of the TCP BTL for MPI communications, you may
250- also need/want to investigate the corresponding MCA
251- parameters ``oob_tcp_if_include `` and
252- ``oob_tcp_if_exclude ``, which are used to shape non-MPI
253- TCP-based communication (e.g., communications setup and
254- coordination during ``MPI_INIT `` and ``MPI_FINALIZE ``).
255-
256- .. error :: TODO do corresponding OOB TCP params still exist in PMIx?
257-
258- Note that Open MPI will still use TCP for control messages, such as
259- data between ``mpirun `` and the MPI processes, rendezvous information
260- during ``MPI_INIT ``, etc. To disable TCP altogether, you also need to
261- disable the ``tcp `` component from the OOB framework.
262-
263- .. error :: TODO Is this possible in PMIx? I doubt it...?
250+ also need/want to investigate the corresponding PRRTE
251+ parameters that control use of network interfaces by the runtime
252+ (e.g., communications setup and coordination during
253+ ``MPI_INIT `` and ``MPI_FINALIZE ``) using the `prte_info command <https://docs.prrte.org/en/latest/man/man1/prte_info.1.html >`_.
254+
255+ Note that the Open MPI runtime uses TCP for control messages, such as
256+ for data exchange between ``mpirun `` and the MPI processes, rendezvous information
257+ during ``MPI_INIT ``, etc. even if the ``tcp `` BTL component is disabled.
264258
265259/////////////////////////////////////////////////////////////////////////
266260
0 commit comments