Skip to content

Commit

Permalink
Try Volta70 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling committed Feb 7, 2025
1 parent 2dd7398 commit 2705214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
-D CMAKE_CXX_STANDARD=20 \
-D CMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/../kokkos-install \
-D Kokkos_ENABLE_CUDA=ON \
-D Kokkos_ARCH_HOPPER90=ON \
-D Kokkos_ARCH_VOLTA70=ON \
..
make install
- name: configure deal.II
Expand All @@ -86,7 +86,7 @@ jobs:
cd build
cmake -D CMAKE_BUILD_TYPE=Debug \
-D CMAKE_CXX_COMPILER=clang++-19 \
-D DEAL_II_CXX_FLAGS="-std=c++20 -Werror -Wno-deprecated-volatile -Wnounsupported-floating-point-opt" \
-D DEAL_II_CXX_FLAGS="-std=c++20 -Werror -Wno-deprecated-volatile" \
-D DEAL_II_EARLY_DEPRECATIONS=ON \
-D DEAL_II_WITH_KOKKOS=ON \
-D KOKKOS_DIR=${GITHUB_WORKSPACE}/../kokkos-install \
Expand Down

0 comments on commit 2705214

Please sign in to comment.