parsec: general cleanup, retest everything

Get rid of br2_parsec, since there are just too many possible variations on that file.

Blow up the gem5 vs qemu table to make it saner, add missing aarch64 entries.

Make sections titles describing number of cores and memory size emulator agnostic.
This commit is contained in:
Ciro Santilli
2018-03-29 20:33:25 +01:00
parent 9afaecec87
commit 9076c1d9bc
5 changed files with 161 additions and 112 deletions

8
configure vendored
View File

@@ -5,17 +5,17 @@ gem5=false
qemu=true
submodules='buildroot linux'
y=''
while getopts gqpt OPT; do
while getopts gpqt OPT; do
case "$OPT" in
g)
gem5=true
;;
q)
qemu=false
;;
p)
submodules="$submodules parsec-benchmark/parsec-benchmark"
;;
q)
qemu=false
;;
t)
interactive_pkgs=''
y='-y'