Skip to content

Commit

Permalink
revert debug tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 12, 2023
1 parent 42e255c commit e5d6eb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
Spack:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
openmp: ["+openmp"] #, "~openmp"]
sharedlibs: ["+shared"] #, "~shared"]
pic: ["+pic"] #, "~pic"]
precision: ["precision=d"] #, "precision=4", "precision=8"]
os: ["ubuntu-latest"]
openmp: ["+openmp", "~openmp"]
sharedlibs: ["+shared", "~shared"]
pic: ["+pic"], "~pic"]
precision: ["precision=d", "precision=4", "precision=8"]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -44,7 +44,7 @@ jobs:
mv $GITHUB_WORKSPACE/ip $SPACK_ENV/ip
spack develop --no-clone ip@develop
spack add ip@develop%gcc@11 ${{ matrix.openmp }} ${{ matrix.sharedlibs }} ${{ matrix.pic }} ${{ matrix.precision }} target=x86_64
#spack external find cmake gmake
spack external find cmake gmake
spack concretize
# Run installation and run CTest suite
spack install --verbose --fail-fast --test root
Expand Down

0 comments on commit e5d6eb9

Please sign in to comment.