UCX (Unified Communication X)
- Package official website
- Release note
- Package source: Github. Tar file compiles by the system administrator
- If you need to re-compile Open MPI, you can select the compiled UCX to proceed.
UCX 1.10.1
UCX module matrix
CUDA | module name | usage |
---|---|---|
11.3 | ucx/1.10.1 | ml cuda/11.3 ucx/1.10.1 |
11.2 | ucx/1.10.1 | ml cuda/11.2 ucx/1.10.1 |
11.1 | ucx/1.10.1 | ml cuda/11.1 ucx/1.10.1 |
11.0 | ucx/1.10.1 | ml cuda/11.0 ucx/1.10.1 |
10.2 | ucx/1.10.1 | ml cuda/10.2 ucx/1.10.1 |
10.1 | ucx/1.10.1 | ml cuda/10.1 ucx/1.10.1 |
10.0 | ucx/1.10.1 | ml cuda/10.0 ucx/1.10.1 |
9.2 | ucx/1.10.1 | ml cuda/9.2 ucx/1.10.1 |
9.0 | N/A | N/A |
- UCX 1.10.1 Compile-dependent environment
UCX | CUDA | GCC | MLNX_OFED | GDRCOPY | knem | CentOS |
---|---|---|---|---|---|---|
1.10.1 | 9.2 - 11.3 | 4.8.5 | 4.9-2.2.4.0 | 2.2 | 1.1.3.90mlnx1 | 7.8 |
- UCX 1.10.1 Compilation parameters
./contrib/configure-release \
--prefix="$specify_install_path" \
--with-cuda="$specify_cuda_path" \
--with-knem=/opt/knem-1.1.3.90mlnx1 \
--with-gdrcopy \
--with-verbs \
--with-dm \
--enable-mt \
--enable-numa \
--enable-devel-headers \
--enable-shared \
--disable-static \
--disable-doxygen-doc \
--without-xpmem \
--without-java