Skip to content

CI test with CUDA 11.0 + Perfetto connector fix (bringing PR 212 to completion) #484

CI test with CUDA 11.0 + Perfetto connector fix (bringing PR 212 to completion)

CI test with CUDA 11.0 + Perfetto connector fix (bringing PR 212 to completion) #484

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