From 2d490017a75b8acc30178f7aff865fedb2f8b23c Mon Sep 17 00:00:00 2001 From: Stephen Sachs Date: Tue, 9 Apr 2024 11:27:01 +0200 Subject: [PATCH] Remove apps that currently do not build --- .../stacks/aws-pcluster-x86_64_v4/spack.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-x86_64_v4/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-x86_64_v4/spack.yaml index 8750e963603..a2b2e657b49 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-x86_64_v4/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/aws-pcluster-x86_64_v4/spack.yaml @@ -5,11 +5,13 @@ spack: - apps: - gromacs - lammps - - mpas-model + # - mpas-model: Spack currently forces REAL(8) when using GCC. This conflicts with `precision=single` - openfoam - palace - - quantum-espresso + # - 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 # - wrf : While building hdf5 cmake errors out with Detecting Fortran/C Interface: Failed to compile + # Root cause: ifort cannot deal with arbitrarily long file names. - targets: - 'target=x86_64_v4'