File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- # ##############################################################################
2
- # Copyright (c) 2016-24, Lawrence Livermore National Security, LLC
3
1
# and RAJA project contributors. See the RAJA/LICENSE file for details.
4
2
#
5
3
# SPDX-License-Identifier: (BSD-3-Clause)
@@ -30,11 +28,11 @@ RUN . /opt/spack/share/spack/setup-env.sh && export LD_LIBRARY_PATH=/opt/view/li
30
28
make -j 6 &&\
31
29
ctest -T test --output-on-failure &&
32
30
33
- FROM ghcr.io/llnl/radiuss:ubuntu-22.04-clang-14 AS clang14_debug
31
+ FROM ghcr.io/llnl/radiuss:clang-14- ubuntu-22.04 AS clang14_debug
34
32
ENV GTEST_COLOR=1
35
33
COPY . /home/raja/workspace
36
34
WORKDIR /home/raja/workspace/build
37
- RUN cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug .. && \
35
+ RUN cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DENABLE_OPENMP=On .. && \
38
36
make -j 6 &&\
39
37
ctest -T test --output-on-failure
40
38
You can’t perform that action at this time.
0 commit comments