diff options
author | Todd Gamblin <gamblin2@llnl.gov> | 2022-11-03 17:26:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 18:26:03 -0600 |
commit | 9c5c327a6feb47528b01029806477e84073a3a13 (patch) | |
tree | 3814d86063ea7a4de7c1ca5b9c44ffd35ccd00bb /.readthedocs.yml | |
parent | 79fcc0848f65a76e9cee54eb311cba23b83762f8 (diff) | |
download | spack-9c5c327a6feb47528b01029806477e84073a3a13.tar.gz spack-9c5c327a6feb47528b01029806477e84073a3a13.tar.bz2 spack-9c5c327a6feb47528b01029806477e84073a3a13.tar.xz spack-9c5c327a6feb47528b01029806477e84073a3a13.zip |
propagation: don't count propagated variant values as non-default (#33687)
We try to avoid non-default variant values in the concretizer, but this doesn't make
sense for variants forced to take some non-default value by variant propagation.
Counting this as a penalty effectively biases the concretizer for small specs dependency
graphs -- something we try very hard to avoid elsewhere because it can lead to very
strange decisions.
Example: with the penalty, `spack spec hdf5` will choose the default `openmpi` as its
`mpi` provider, but `spack spec hdf5 ~~shared` will choose `mpich` because it has to set
fewer non-default variant values because `mpich`'s DAG is smaller. That's not a good
reason to prefer a non-default virtual provider.
To fix this, if the user explicitly requests a non-default value to be propagated, there
shouldn't be a penalty. Variant values set on the CLI already don't count as default; we
just need to extend that to propagated values.
Diffstat (limited to '.readthedocs.yml')
0 files changed, 0 insertions, 0 deletions