Skip to content

Commit 6133f12

Browse files
committed
speed up
1 parent 593f170 commit 6133f12

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

outputs/stacks.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ example stacks/setup-2 "spack install"
2525
example stacks/unify-0 "spack add netlib-scalapack %gcc@12 ^openblas ^openmpi"
2626
example stacks/unify-0 "spack add netlib-scalapack %gcc@12 ^openblas ^mpich"
2727

28-
example --expect-error stacks/unify-1 "spack concretize"
28+
# 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"
2931

3032
example stacks/unify-2 "spack config get concretizer | grep unify"
3133

0 commit comments

Comments
 (0)