Xenon sweep scripts currently default to set simulator "gem5-cache", for an accelerator-only simulation. This feature has been deprecated. All scripts should be updated to set simulator "gem5-cpu".
Xenon sweep scripts need to add generate gem5_binary so that the benchmarks get built.
We removed the hyphens from the Machsuite benchmark names (issue #6). This now conflicts with the names of the benchmarks in their Makefiles, which still contain the hyphens. This needs to be updated too, along with any other references.
Several issues in one here:
set simulator "gem5-cache"
, for an accelerator-only simulation. This feature has been deprecated. All scripts should be updated toset simulator "gem5-cpu"
.generate gem5_binary
so that the benchmarks get built.