Skip to content

Commit

Permalink
commit to prepare for merging with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Jun 17, 2024
1 parent 61dd638 commit 20f1216
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-with-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,14 @@ jobs:
apt --no-install-recommends --yes install kitware-archive-keyring
apt policy cmake
- name: Install CMake, OpenMPI and dtrace
- name: Install git, CMake, OpenMPI, PAPI and dtrace
run: |
apt --yes --no-install-recommends install \
git ca-certificates \
cmake make \
libopenmpi-dev \
systemtap-sdt-dev
systemtap-sdt-dev \
libpapi-dev
- name: Compile and install Kokkos
working-directory: kokkos
run: |
Expand Down

0 comments on commit 20f1216

Please sign in to comment.