From 94e5f477b5b4641cf661ba3cfc36c16ef39ceb8c Mon Sep 17 00:00:00 2001 From: Marcin Rogowski Date: Mon, 30 Oct 2023 11:53:50 +0300 Subject: [PATCH] update to UCX 1.15.0 --- docker/oshmem_fedora/Dockerfile | 6 +++--- docker/oshmem_ubuntu/Dockerfile | 6 +++--- docker/osss_fedora/Dockerfile | 6 +++--- docker/osss_ubuntu/Dockerfile | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docker/oshmem_fedora/Dockerfile b/docker/oshmem_fedora/Dockerfile index 8adf997..14d8312 100644 --- a/docker/oshmem_fedora/Dockerfile +++ b/docker/oshmem_fedora/Dockerfile @@ -9,9 +9,9 @@ RUN dnf update -y && \ dnf clean all RUN cd $INSTALL_DIR && \ - wget https://github.com/openucx/ucx/archive/refs/tags/v1.14.1.tar.gz && \ - tar xf v1.14.1.tar.gz && \ - cd ucx-1.14.1 && ./autogen.sh && \ + wget https://github.com/openucx/ucx/archive/refs/tags/v1.15.0.tar.gz && \ + tar xf v1.15.0.tar.gz && \ + cd ucx-1.15.0 && ./autogen.sh && \ ./configure CFLAGS=-Wno-error --prefix=$INSTALL_DIR/ucx/install --disable-debug --disable-assertions --disable-params-check && \ make -j && make install diff --git a/docker/oshmem_ubuntu/Dockerfile b/docker/oshmem_ubuntu/Dockerfile index ea78c44..72ec4f3 100644 --- a/docker/oshmem_ubuntu/Dockerfile +++ b/docker/oshmem_ubuntu/Dockerfile @@ -13,9 +13,9 @@ RUN apt-get update -y && apt-get install -y \ python3 python3-pip python-is-python3 RUN cd $INSTALL_DIR && \ - wget https://github.com/openucx/ucx/archive/refs/tags/v1.14.1.tar.gz && \ - tar xf v1.14.1.tar.gz && \ - cd ucx-1.14.1 && ./autogen.sh && \ + wget https://github.com/openucx/ucx/archive/refs/tags/v1.15.0.tar.gz && \ + tar xf v1.15.0.tar.gz && \ + cd ucx-1.15.0 && ./autogen.sh && \ ./configure CFLAGS=-Wno-error --prefix=$INSTALL_DIR/ucx/install --disable-debug --disable-assertions --disable-params-check && \ make -j && make install diff --git a/docker/osss_fedora/Dockerfile b/docker/osss_fedora/Dockerfile index c811cb9..9ae5764 100644 --- a/docker/osss_fedora/Dockerfile +++ b/docker/osss_fedora/Dockerfile @@ -9,9 +9,9 @@ RUN dnf update -y && \ dnf clean all RUN cd $INSTALL_DIR && \ - wget https://github.com/openucx/ucx/archive/refs/tags/v1.14.1.tar.gz && \ - tar xf v1.14.1.tar.gz && \ - cd ucx-1.14.1 && ./autogen.sh && \ + wget https://github.com/openucx/ucx/archive/refs/tags/v1.15.0.tar.gz && \ + tar xf v1.15.0.tar.gz && \ + cd ucx-1.15.0 && ./autogen.sh && \ ./configure CFLAGS=-Wno-error --prefix=$INSTALL_DIR/ucx/install --disable-debug --disable-assertions --disable-params-check && \ make -j && make install diff --git a/docker/osss_ubuntu/Dockerfile b/docker/osss_ubuntu/Dockerfile index c27cd97..e3f8888 100644 --- a/docker/osss_ubuntu/Dockerfile +++ b/docker/osss_ubuntu/Dockerfile @@ -16,9 +16,9 @@ RUN apt-get update -y && apt-get install -y \ python3 python3-pip python-is-python3 RUN cd $INSTALL_DIR && \ - wget https://github.com/openucx/ucx/archive/refs/tags/v1.14.1.tar.gz && \ - tar xf v1.14.1.tar.gz && \ - cd ucx-1.14.1 && ./autogen.sh && \ + wget https://github.com/openucx/ucx/archive/refs/tags/v1.15.0.tar.gz && \ + tar xf v1.15.0.tar.gz && \ + cd ucx-1.15.0 && ./autogen.sh && \ ./configure CFLAGS=-Wno-error --prefix=$INSTALL_DIR/ucx/install --disable-debug --disable-assertions --disable-params-check && \ make -j && make install