Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ucx - UCX is a communication library implementing high-performance messaging
- Description:
UCX stands for Unified Communication X. UCX provides an optimized communication
layer for Message Passing (MPI), PGAS/OpenSHMEM libraries and RPC/data-centric
applications. UCX utilizes high-speed networks, such as RDMA (InfiniBand, RoCE,
etc), Cray Gemini or Aries, for inter-node communication. If no such network is
available, TCP is used instead. UCX supports efficient transfer of data in
either main memory (RAM) or GPU memory (through CUDA and ROCm libraries).
In addition, UCX provides efficient intra-node communication, by leveraging the
following shared memory mechanisms: posix, sysv, cma, knem, and xpmem.
Packages
ucx-1.5.2-1.el7.x86_64
[416 KiB] |
Changelog
by Yossi Itigin (2019-06-04):
- Bump version to 1.5.2
- See NEWS for details
|