Skip to content

Commit

Permalink
test case path
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent 852a5b1 commit 9872c0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Install mpi
run: sudo apt-get install -yq mpich libmpich-dev

- name: Install Valgrind
run: sudo apt-get install -yq valgrind

- uses: actions/checkout@v4

- name: build kokkos
Expand Down Expand Up @@ -120,7 +117,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: jacobmerson/pcms_testcases
path: pcms_testcases
path: ${{ runner.temp }}/pcms_testcases

- name: Install fftw3
run: sudo apt-get install -yq fftw3 fftw3-dev pkg-config
Expand All @@ -140,4 +137,7 @@ jobs:
-DOmega_h_DIR=${{ runner.temp }}/build-omega_h/install/lib/cmake/Omega_h
-DKokkos_DIR=${{ runner.temp }}/build-kokkos/install/lib/cmake/Kokkos
-DCatch2_DIR=${{ runner.temp }}/build-Catch2/install/lib/cmake/Catch2
-DPCMS_TEST_DATA_DIR=${{ runner.temp }}/pcms_testcases'
-DPCMS_TEST_DATA_DIR=${{ runner.temp }}/pcms_testcases'

# - name: Install Valgrind
# run: sudo apt-get install -yq valgrind

0 comments on commit 9872c0e

Please sign in to comment.