Skip to content

Commit 9f7ffbc

Browse files
authored
[ThirdParty] Enable ucx for openmpi (#97)
* [ThirdParty] Enable ucx for openmpi * [CI] Fix CICD missing git * [CI] Fix CICD error * [CI] Add autoconf for ucx building * [CI] Add libtool for ucx building * [CI] Add automake for ucx building * [CI] Update CICD * [CI] Smart append LD_LIBRARY_PATH in shell when nounset * [CI] Update CICD for dev_container * [CI] Update dockerfile * [CI] Fix ucx lib for base container
1 parent f7729f4 commit 9f7ffbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/docker/base_container.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ ARG PY_VERSION
4747

4848
# Setup openmpi
4949
COPY --from=openmpi_builder /opt/openmpi /opt/openmpi
50+
COPY --from=openmpi_builder /opt/ucx /opt/ucx
51+
COPY --from=openmpi_builder /opt/ucc /opt/ucc
5052
ENV PATH=${PATH}:/opt/openmpi/bin \
5153
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/openmpi/lib
5254
RUN mpirun --version

0 commit comments

Comments
 (0)