Skip to content

Commit

Permalink
Build only version_smoke that fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Jun 20, 2024
1 parent 3543953 commit cb54a62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/TotalEnergies/Pangea3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ WORKDIR $BLD_DIR
ENV OMPI_ALLOW_RUN_AS_ROOT=1
ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1

RUN --mount=src=.,dst=$SRC_DIR make
RUN ln -s /data_local/sw/cuda/11.5.0/lib64/stubs/libcuda.so /usr/lib64/libcuda.so.1
RUN --mount=src=.,dst=$SRC_DIR ctest --output-on-failure
RUN --mount=src=.,dst=$SRC_DIR make blt_cuda_version_smoke
RUN --mount=src=.,dst=$SRC_DIR ctest --output-on-failure -R blt_cuda_version_smoke

ENV SCCACHE=/opt/sccache/bin/sccache

0 comments on commit cb54a62

Please sign in to comment.