A possibility to consider is --enable-X (or disable-X) flags for all the elements.
We currently build EVERYTHING even when you only care about a few elements.
This becomes more interesting with Spack because we can:
spack install sst-elements +ariel +merlin
or
spack install sst-elements +ariel +memha
requesting exactly the elements we need.
A possibility to consider is
--enable-X(ordisable-X) flags for all the elements.We currently build EVERYTHING even when you only care about a few elements.
This becomes more interesting with Spack because we can:
or
requesting exactly the elements we need.