diff options
Diffstat (limited to 'SEL/run-paper-strong-rank.sh')
-rwxr-xr-x | SEL/run-paper-strong-rank.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SEL/run-paper-strong-rank.sh b/SEL/run-paper-strong-rank.sh index 6cffd65..762d0c3 100755 --- a/SEL/run-paper-strong-rank.sh +++ b/SEL/run-paper-strong-rank.sh @@ -10,12 +10,12 @@ set -e ( -echo "prim-benchmarks UNI strong-rank (dfatool edition)" +echo "prim-benchmarks SEL strong-rank (dfatool edition)" echo "Started at $(date)" echo "Revision $(git describe --always)" -# 256 and 512 are not part of upstream config space -for nr_dpus in 512 256 1 4 16 64; do +# >64 are not part of upstream config space +for nr_dpus in 128 1 4 16 64; do for nr_tasklets in 1 2 4 8 16; do echo if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10; then |