File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -707,16 +707,6 @@ Network Support
707
707
* uGNI is a Cray library for communicating over the Gemini and Aries
708
708
interconnects.
709
709
710
- * The OpenFabrics Enterprise Distribution (OFED) software package v1.0
711
- will not work properly with Open MPI v1.2 (and later) due to how its
712
- Mellanox InfiniBand plugin driver is created. The problem is fixed
713
- with OFED v1.1 (and later).
714
-
715
- * The use of ``fork() `` with Libiverbs-based networks (i.e., the UCX
716
- PML) is only partially supported, and only on Linux kernels >=
717
- v2.6.15 with ``libibverbs `` v1.1 or later (first released as part of
718
- OFED v1.2), per restrictions imposed by the OFED network stack.
719
-
720
710
* Linux ``knem `` support is used when the ``sm `` (shared memory) BTL is
721
711
compiled with knem support (see the ``--with-knem `` configure option)
722
712
and the ``knem `` Linux module is loaded in the running kernel. If the
@@ -731,6 +721,11 @@ Network Support
731
721
mechanisms for Open MPI to utilize single-copy semantics for shared
732
722
memory.
733
723
724
+ * The OFI MTL does not support sending messages larger than the active
725
+ Libfabric provider's ``max_msg_size ``. If you receive an error
726
+ message about sending too large of a message when using the OFI MTL,
727
+ please reach out to your networking vendor to ask them to support a
728
+ larger ``max_msg_size `` for tagged messages.
734
729
735
730
Open MPI Extensions
736
731
-------------------
You can’t perform that action at this time.
0 commit comments