Skip to content

Commit

Permalink
Don't run SYCL tests. No GPU available.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Apr 3, 2024
1 parent b21c8c4 commit e1c48a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,5 @@ COPY . /home/raja/workspace
WORKDIR /home/raja/workspace/build
RUN /bin/bash -c "source /opt/view/setvars.sh && \
cmake -DCMAKE_CXX_COMPILER=dpcpp -DRAJA_ENABLE_SYCL=On -DENABLE_OPENMP=Off -DENABLE_ALL_WARNINGS=Off -DBLT_CXX_STD=c++17 .. && \
make -j 6 &&\
ctest -T test --output-on-failure" && \
make -j 6" && \
cd .. && rm -rf build

0 comments on commit e1c48a1

Please sign in to comment.