From 038c97b87c97d4bb2bf9dbd5d03884314ed89310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evgeny=20Keidar=E2=80=AC=E2=80=8F?= <37797998+jeniaka@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:23:19 +0300 Subject: [PATCH] BUILD: fix missing UCX and SHARP modules issues (#835) --- .ci/scripts/coverity.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ci/scripts/coverity.sh b/.ci/scripts/coverity.sh index 61f124eccb..63122fbbd5 100755 --- a/.ci/scripts/coverity.sh +++ b/.ci/scripts/coverity.sh @@ -24,9 +24,6 @@ module load hpcx-gcc module load dev/cuda12.1.1 module load dev/nccl_2.18.3-1_cuda12.1.1_"$(uname -i)" module load tools/cov-2021.12 -previous_date=$(date -d "yesterday" +'%Y-%m-%d') -HPCX_UCX_DIR=/hpc/local/benchmarks/daily/next/$previous_date/hpcx-gcc-redhat7/ucx -HPCX_SHARP_DIR=/hpc/local/benchmarks/daily/next/$previous_date/hpcx-gcc-redhat7/sharp ./autogen.sh ./configure --with-nccl --with-tls=cuda,nccl,self,sharp,shm,ucp,mlx5 --with-ucx="${HPCX_UCX_DIR}" --with-sharp="${HPCX_SHARP_DIR}" make_opt="-j$(($(nproc) / 2 + 1))"