diff options
author | Stephen Sachs <stesachs@amazon.com> | 2024-05-17 22:00:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 22:00:17 +0200 |
commit | 297a3a1bc963eb472c4c0c72f9d8398d8e15139f (patch) | |
tree | 57a8bc3599932893a5097721dbefc00ecd840dcf | |
parent | 8d01e8c978169d2da972073bd4ad60942e016595 (diff) | |
download | spack-297a3a1bc963eb472c4c0c72f9d8398d8e15139f.tar.gz spack-297a3a1bc963eb472c4c0c72f9d8398d8e15139f.tar.bz2 spack-297a3a1bc963eb472c4c0c72f9d8398d8e15139f.tar.xz spack-297a3a1bc963eb472c4c0c72f9d8398d8e15139f.zip |
Add `mpas-model` and `mpich` to pcluster neoverse stack (#44151)
Should build now since https://github.com/spack/spack/pull/43547 has been merged.
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-neoverse_v1/spack.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-neoverse_v1/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-neoverse_v1/spack.yaml index 2100189549..a75d39f488 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-neoverse_v1/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-neoverse_v1/spack.yaml @@ -4,8 +4,8 @@ spack: definitions: - apps: - gromacs - # - mpas-model: Spack currently forces REAL(8) when using GCC. This conflicts with `precision=single` - # Fix proposed in https://github.com/spack/spack/pull/43547 + - mpas-model + - mpich - openfoam # - quantum-espresso : %gcc@12.3.0 on neoverse_v1 fails. # Root cause: internal compiler error: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:247 |