Skip to content

Commit

Permalink
Add support for memory pool
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-mccall committed Nov 7, 2023
1 parent 13a982a commit 05193d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
matrix:
compiler: [g++, clang++]
kokkos: [on, off]
mempool: [on, off]
exclude:
- kokkos: off
mempool: on

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -51,6 +55,7 @@ jobs:
-DKokkos_PREFIX=$GITHUB_WORKSPACE/kokkos/build/install
-DBUILD_TESTING=ON
-DBUILD_SHARED_LIBS=OFF
-DENABLE_CTEST_MEMPOOL=${{ matrix.mempool }}

- name: Build
working-directory: ${{github.workspace}}/omega_h/build
Expand Down

0 comments on commit 05193d0

Please sign in to comment.