Skip to content

Commit

Permalink
Fix osu-micro-benchmarks configure on CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
rjanalik committed Oct 18, 2024
1 parent ebfdbb2 commit b22435e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Dockerfile.mpi-osu_bw
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FROM $BUILDIMG as builder
RUN apt-get update \
&& env DEBIAN_FRONTEND=noninteractive TZ=Europe/Zurich apt-get -yqq install --no-install-recommends build-essential

# Fix error in ./configure: cannot link with -lcuda
RUN (test -f /usr/local/cuda/lib64/stubs/libcuda.so && ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/libcuda.so) || true

ARG TARGET
RUN spack-install-helper \
"$TARGET" \
Expand Down

0 comments on commit b22435e

Please sign in to comment.