@@ -17,7 +17,6 @@ There are multiple MPI network models available in this release:
1717 * ``tcp ``: TCP
1818 * ``smcuda ``: CUDA-enabled shared memory
1919 * ``usnic ``: Cisco usNIC
20- * ``ugni ``: uGNI (Cray Gemini, Aries)
2120
2221* ``cm `` supports a smaller number of networks (and they cannot be
2322 used together), but may provide better overall MPI performance by
@@ -40,7 +39,6 @@ There are multiple MPI network models available in this release:
4039 UCX currently supports:
4140
4241 * OpenFabrics Verbs (including InfiniBand and RoCE)
43- * Cray's uGNI
4442 * TCP
4543 * Shared memory
4644 * NVIDIA CUDA drivers
@@ -50,7 +48,7 @@ time, Open MPI will select a default transport as follows:
5048
5149#. If InfiniBand devices are available, use the UCX PML.
5250#. If PSM, PSM2, or other tag-matching-supporting Libfabric
53- transport devices are available (e.g., Cray uGNI) , use the ``cm ``
51+ transport devices are available, use the ``cm ``
5452 PML and a single appropriate corresponding ``mtl `` module.
5553#. Otherwise, use the ``ob1 `` PML and one or more appropriate ``btl ``
5654 modules.
@@ -104,8 +102,6 @@ Miscellaneous network notes
104102 Although the usNIC is accessed via the OpenFabrics Libfabric API
105103 stack, this BTL is specific to Cisco usNIC devices.
106104
107- * uGNI is a Cray library for communicating over the Gemini and Aries
108- interconnects.
109105
110106* Linux ``knem `` support is used when the ``sm `` (shared memory) BTL is
111107 compiled with knem support (see the ``--with-knem `` configure option)
0 commit comments