Skip to content

Commit

Permalink
Disable Spack GPU builds in CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Feb 16, 2024
1 parent ad0a85d commit dd42790
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,13 +20,13 @@ jobs:
mpi: mpich
gpu: none

- compiler: gcc
mpi: mpich
gpu: cuda
# - compiler: gcc
# mpi: mpich
# gpu: cuda

- compiler: gcc
mpi: mpich
gpu: rocm
# - compiler: gcc
# mpi: mpich
# gpu: rocm

runs-on: palace_ubuntu-latest_16-core
steps:
Expand Down

0 comments on commit dd42790

Please sign in to comment.