Skip to content

Commit

Permalink
#21: Prepare Spack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Aug 2, 2024
1 parent 365cd09 commit 619b3a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Prepare Spack configuration
run: |
mkdir -p /github/home/.spack/
cp ci/packages.yaml /github/home/.spack/
- name: Run test script (Kokkos enabled)
env:
VT_KOKKOS_ENABLED: 1
Expand Down
5 changes: 5 additions & 0 deletions ci/packages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
packages:
openmpi:
externals:
- spec: [email protected]
prefix: /usr/local

0 comments on commit 619b3a2

Please sign in to comment.