Skip to content

Commit

Permalink
more untabify...
Browse files Browse the repository at this point in the history
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
  • Loading branch information
lucbv committed Feb 19, 2025
1 parent 2335fb4 commit 246af63
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/spr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,37 +54,37 @@ jobs:
..
- name: build_and_install_kokkos
run: |
cmake --build "$PWD/kokkos/build" -j 12
cmake --install "$PWD/kokkos/build"
run: |
cmake --build "$PWD/kokkos/build" -j 12
cmake --install "$PWD/kokkos/build"
- name: configure_kokkos_kernels
run: |
mkdir -p kokkos-kernels/{build,install}
cd kokkos-kernels/build
mkdir -p kokkos-kernels/{build,install}
cd kokkos-kernels/build
cmake \
-S "$PWD/.." \
-B "$PWD" \
-D BUILD_SHARED_LIBS=OFF \
-D CMAKE_CXX_COMPILER=icpx \
-D CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF \
-D CMAKE_CXX_FLAGS="-fp-model=precise -Wno-pass-failed" \
-D CMAKE_INSTALL_PREFIX= \
-D Kokkos_ROOT="$PWD/../../kokkos/install" \
-D KokkosKernels_ENABLE_TESTS_AND_PERFSUITE=OFF \
-D KokkosKernels_ENABLE_TESTS=ON \
-D KokkosKernels_ENABLE_PERFTESTS=ON \
-D KokkosKernels_ENABLE_EXAMPLES=ON \
-D KokkosKernels_INST_FLOAT=ON \
-D KokkosKernels_INST_COMPLEX_FLOAT=ON \
-D KokkosKernels_INST_DOUBLE=ON \
-D KokkosKernels_INST_COMPLEX_DOUBLE=ON \
-D KokkosKernels_INST_ORDINAL_INT64_T=ON \
-D KokkosKernels_INST_ORDINAL_INT=ON \
-D KokkosKernels_INST_OFFSET_SIZE_T=ON \
-D KokkosKernels_INST_OFFSET_INT=ON \
-D KokkosKernels_ENABLE_TPL_MKL=ON
cmake \
-S "$PWD/.." \
-B "$PWD" \
-D BUILD_SHARED_LIBS=OFF \
-D CMAKE_CXX_COMPILER=icpx \
-D CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF \
-D CMAKE_CXX_FLAGS="-fp-model=precise -Wno-pass-failed" \
-D CMAKE_INSTALL_PREFIX= \
-D Kokkos_ROOT="$PWD/../../kokkos/install" \
-D KokkosKernels_ENABLE_TESTS_AND_PERFSUITE=OFF \
-D KokkosKernels_ENABLE_TESTS=ON \
-D KokkosKernels_ENABLE_PERFTESTS=ON \
-D KokkosKernels_ENABLE_EXAMPLES=ON \
-D KokkosKernels_INST_FLOAT=ON \
-D KokkosKernels_INST_COMPLEX_FLOAT=ON \
-D KokkosKernels_INST_DOUBLE=ON \
-D KokkosKernels_INST_COMPLEX_DOUBLE=ON \
-D KokkosKernels_INST_ORDINAL_INT64_T=ON \
-D KokkosKernels_INST_ORDINAL_INT=ON \
-D KokkosKernels_INST_OFFSET_SIZE_T=ON \
-D KokkosKernels_INST_OFFSET_INT=ON \
-D KokkosKernels_ENABLE_TPL_MKL=ON
- name: build_kokkos_kernels
run: cmake --build "$PWD/kokkos-kernels/build" -j 12
Expand Down

0 comments on commit 246af63

Please sign in to comment.