File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
${{ matrix.shared.args }}
62
62
run-build : true
63
63
build-args : ' --parallel 16'
64
+
64
65
Original file line number Diff line number Diff line change @@ -43,15 +43,14 @@ RUN cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release -DENABLE_OPENM
43
43
make -j 16 &&\
44
44
ctest -T test --output-on-failure
45
45
46
- # # TODO: Fix compilation issue with OpenMP 5.1 atomic support
47
46
FROM ghcr.io/llnl/radiuss:intel-2024.0-ubuntu-20.04 AS intel2024
48
47
ENV GTEST_COLOR=1
49
48
COPY . /home/raja/workspace
50
49
WORKDIR /home/raja/workspace/build
51
50
RUN /bin/bash -c "source /opt/intel/oneapi/setvars.sh 2>&1 > /dev/null && \
52
51
cmake -DCMAKE_CXX_COMPILER=icpx -DCMAKE_BUILD_TYPE=Release -DENABLE_OPENMP=On .. && \
53
- make -j 16" &&\
54
- ctest -T test --output-on-failure
52
+ make -j 16 &&\
53
+ ctest -T test --output-on-failure"
55
54
56
55
FROM ghcr.io/llnl/radiuss:ubuntu-22.04-cuda-12-3 AS cuda12.3_debug
57
56
ENV GTEST_COLOR=1
You can’t perform that action at this time.
0 commit comments