Skip to content

Commit

Permalink
Group similar options together
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Dec 28, 2022
1 parent ef7fd60 commit 7e651ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
run: |
cmake -B builddir \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
${{ matrix.clang-tidy }} \
-Ddesul_ROOT=/usr/desul-install/ \
-DKokkos_ARCH_NATIVE=ON \
Expand All @@ -106,6 +105,7 @@ jobs:
-DKokkos_ENABLE_DEPRECATED_CODE_4=ON \
-DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF \
-DCMAKE_CXX_COMPILER=${{ matrix.cxx }} \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_BUILD_TYPE=${{ matrix.cmake_build_type }}
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: Configure Kokkos
run: |
cmake -B builddir \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DKokkos_ARCH_NATIVE=ON \
-DKokkos_ENABLE_HWLOC=ON \
-DKokkos_ENABLE_${{ matrix.backend }}=ON \
-DKokkos_ENABLE_BENCHMARKS=ON \
-DCMAKE_CXX_COMPILER=${{ matrix.cxx }} \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_BUILD_TYPE=Release
- name: Build
run: |
Expand Down

0 comments on commit 7e651ca

Please sign in to comment.