From 6ea34c34074793b4989614207ffe414cd3824e6b Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 4 Jul 2024 08:29:32 +0200 Subject: BS: Add NUMA variant for HBM --- BS/baselines/cpu/run.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'BS/baselines/cpu/run.sh') diff --git a/BS/baselines/cpu/run.sh b/BS/baselines/cpu/run.sh index 022ce0e..56f8cb3 100755 --- a/BS/baselines/cpu/run.sh +++ b/BS/baselines/cpu/run.sh @@ -4,7 +4,7 @@ set -e HOST="$(hostname)" -echo $HOST +mkdir -p "$HOST" ( echo "prim-benchmarks BS CPU (dfatool edition)" @@ -13,7 +13,7 @@ echo "Revision $(git describe --always)" make -B verbose=1 -for nr_threads in 88 64 44 32 24 20 1 2 4 6 8 12 16; do +for nr_threads in 128 96 88 64 44 32 24 20 1 2 4 6 8 12 16; do #for vs in 262144 524288 1048576 2097152; do # NMC also uses 262144 elements for vs in 262144; do @@ -23,4 +23,5 @@ for nr_threads in 88 64 44 32 24 20 1 2 4 6 8 12 16; do done done done -) | tee "${HOST}-explore.txt" +echo "Completed at $(date)" +) | tee "${HOST}/explore.txt" -- cgit v1.2.3