Skip to content

Commit

Permalink
Run tests on windows and fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jul 18, 2024
1 parent 6060160 commit cabfcd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
${{ matrix.shared.args }}
run-build: true
build-args: '--parallel 16'
- uses: threeal/[email protected]

5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@ RUN cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release -DENABLE_OPENM
make -j 16 &&\
ctest -T test --output-on-failure

## TODO: Fix compilation issue with OpenMP 5.1 atomic support
FROM ghcr.io/llnl/radiuss:intel-2024.0-ubuntu-20.04 AS intel2024
ENV GTEST_COLOR=1
COPY . /home/raja/workspace
WORKDIR /home/raja/workspace/build
RUN /bin/bash -c "source /opt/intel/oneapi/setvars.sh 2>&1 > /dev/null && \
cmake -DCMAKE_CXX_COMPILER=icpx -DCMAKE_BUILD_TYPE=Release -DENABLE_OPENMP=On .. && \
make -j 16" &&\
ctest -T test --output-on-failure
make -j 16 &&\
ctest -T test --output-on-failure"

FROM ghcr.io/llnl/radiuss:ubuntu-22.04-cuda-12-3 AS cuda12.3_debug
ENV GTEST_COLOR=1
Expand Down

0 comments on commit cabfcd0

Please sign in to comment.