Skip to content

Stokhos: Add compile-time list of enable ensemble sizes.

James Willenbring requested to merge etphipp:stokhos_ensemble_loop into develop

Created by: etphipp

This adds a compile-time list of enabled ETI ensembles sizes (using Sacado::mpl::vector), which is used by TrilinosCouplings/FENL to run with any enabled ensemble size. This replaces the hard-code values that were used before. Also moved all ensemble-size related values to a new header. Also write out enabled ensemble sizes as a string for those that might want it.

Changes have been made in the past that broke these codes, but were never caught because they didn't run any tests. Now fenl_ensemble and fenl_pce can each run a simple test with tribits as well.

Merge request reports