Skip to content

kp_memory_usage.cpp: remove 4 parameter names from begin_deep_copy si… #615

kp_memory_usage.cpp: remove 4 parameter names from begin_deep_copy si…

kp_memory_usage.cpp: remove 4 parameter names from begin_deep_copy si… #615

name: Simple build without Kokkos
on: [push, pull_request]
jobs:
simple-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Configure using CMake and compile.
run : |
# The Kokkos Tools systemtap connector requires 'dtrace'
sudo apt update
sudo apt --yes --no-install-recommends install systemtap-sdt-dev
cmake -B build -DCMAKE_CXX_FLAGS="-Wall -Wextra -Werror"
cmake --build build
cmake --install build --prefix ${PWD}/install