We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593f170 commit 6133f12Copy full SHA for 6133f12
1 file changed
outputs/stacks.sh
@@ -25,7 +25,9 @@ example stacks/setup-2 "spack install"
25
example stacks/unify-0 "spack add netlib-scalapack %gcc@12 ^openblas ^openmpi"
26
example stacks/unify-0 "spack add netlib-scalapack %gcc@12 ^openblas ^mpich"
27
28
-example --expect-error stacks/unify-1 "spack concretize"
+# Can't be concretized due to unify: true, but not worth showing because it's slow and leads to
29
+# an "internal concretizer error" that confuses users.
30
+# example --expect-error stacks/unify-1 "spack concretize"
31
32
example stacks/unify-2 "spack config get concretizer | grep unify"
33
0 commit comments