Skip to content

Commit

Permalink
BUILD: fix missing UCX and SHARP modules issues (openucx#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeniaka authored and nsarka committed Oct 24, 2023
1 parent 386228c commit 038c97b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ci/scripts/coverity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))"
Expand Down

0 comments on commit 038c97b

Please sign in to comment.