URL: Open UCX
Source URL: https://github.com/openucx/ucx
Categories: open-source, network
Versions
Build Details For Version 1.8.0 GNU
Configuration
- UCX 1.8.0
- GCC version 9.3
- Tested on RHEL 7.5
- Last updated 23/06/20
Build instructions
Downloading the source
Download the source and cd into the top-level directory
git clone https://github.com/openucx/ucx.git ucx-master
or
wget https://github.com/openucx/ucx/archive/master.zip
Build
Create a directory where to install UCX e.g. $INSTALL_DIR
, configure and then build
cd ucx-master
./configure --prefix=$INSTALL_DIR --enable-mt
make -j; make install
When building OpenMPI to use UCX, configure the OpenMPI with --with-ucx=$INSTALL_DIR
.