diff options
Diffstat (limited to 'BS')
-rwxr-xr-x | BS/baselines/cpu/run.sh | 1 | ||||
-rwxr-xr-x | BS/run-paper-strong-full.sh | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/BS/baselines/cpu/run.sh b/BS/baselines/cpu/run.sh index 33d5966..022ce0e 100755 --- a/BS/baselines/cpu/run.sh +++ b/BS/baselines/cpu/run.sh @@ -19,6 +19,7 @@ for nr_threads in 88 64 44 32 24 20 1 2 4 6 8 12 16; do for vs in 262144; do for i in `seq 1 20`; do OMP_NUM_THREADS=${nr_threads} timeout --foreground -k 1m 30m ./bs_omp ${vs} 16777216 || true + sleep 10 done done done diff --git a/BS/run-paper-strong-full.sh b/BS/run-paper-strong-full.sh index 610a6ff..a6129aa 100755 --- a/BS/run-paper-strong-full.sh +++ b/BS/run-paper-strong-full.sh @@ -14,8 +14,8 @@ echo "prim-benchmarks BS strong-full (dfatool edition)" echo "Started at $(date)" echo "Revision $(git describe --always)" -# 2544 is not part of uptsream -for nr_dpus in 2544 256 512 1024 2048; do +# >2048 are not part of uptsream +for nr_dpus in 2543 2304 256 512 1024 2048; 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 verbose=1; then |