diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-06-18 14:55:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 12:55:31 +0000 |
commit | 57467d05e14baeae963fc3b77db2928feae91abe (patch) | |
tree | de987cdca9f143979c7a51b0f1662e83e2eceb5c /share | |
parent | 9750459e05ce233bcca13d2ba70bc7a337644d70 (diff) | |
download | spack-57467d05e14baeae963fc3b77db2928feae91abe.tar.gz spack-57467d05e14baeae963fc3b77db2928feae91abe.tar.bz2 spack-57467d05e14baeae963fc3b77db2928feae91abe.tar.xz spack-57467d05e14baeae963fc3b77db2928feae91abe.zip |
Disable magma in the E4S pipeline (#24395)
Building magma has been failing consistently and is currently
blocking PRs from being merged. Disable that spec while we
investigate the failure and work on a fix.
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index 1020e6290f..f3f683ce36 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -178,7 +178,7 @@ spack: - hpx +cuda cuda_arch=70 - kokkos +cuda +wrapper cuda_arch=70 - kokkos-kernels +cuda cuda_arch=70 ^kokkos +cuda +wrapper cuda_arch=70 - - magma cuda_arch=70 + #- magma cuda_arch=70 - raja +cuda cuda_arch=70 - slate +cuda cuda_arch=70 - strumpack +cuda ~slate cuda_arch=70 |