From f6f57d46fdc89fc63aa3bd15f25daa5c906d7e42 Mon Sep 17 00:00:00 2001 From: Kaidrikov Evgeny Date: Thu, 31 Aug 2023 18:59:08 +0300 Subject: [PATCH] BUILD: fix missing UCX and SHARP modules issues --- .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))"