diff options
author | Birte Friesel <dfriesel@uos.de> | 2023-07-26 17:55:54 +0200 |
---|---|---|
committer | Birte Friesel <dfriesel@uos.de> | 2023-07-26 17:55:54 +0200 |
commit | c4dae8a92fc6c9bfa48c5d5085a0dcc96fe9e645 (patch) | |
tree | 315f59f61a8e06ea4931f677141acb1435529aca /TS | |
parent | 16c8347eac0e9650570aadf958c8a04a594a9c35 (diff) |
update config space
Diffstat (limited to 'TS')
-rwxr-xr-x | TS/baselines/cpu/run.sh | 2 | ||||
-rwxr-xr-x | TS/run-paper-strong-full.sh | 4 | ||||
-rwxr-xr-x | TS/run-paper-strong-rank.sh | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/TS/baselines/cpu/run.sh b/TS/baselines/cpu/run.sh index f69f63f..aacce32 100755 --- a/TS/baselines/cpu/run.sh +++ b/TS/baselines/cpu/run.sh @@ -13,11 +13,13 @@ echo "Started at $(date)" echo "Revision $(git describe --always)" # input size depends on file -> strong scaling only +# arguments taken from README / launch.sh make -B for i in $(seq 1 10); do for nr_threads in 88 64 44 1 2 4 6 8 12 16 20 24 32; do OMP_NUM_THREADS=${nr_threads} timeout --foreground -k 1m 60m ./streamp_openmp inputs/randomlist33M.txt 256 || true + sleep 10 done done ) | tee "${HOST}-explore.txt" diff --git a/TS/run-paper-strong-full.sh b/TS/run-paper-strong-full.sh index f1829c1..bb87a93 100755 --- a/TS/run-paper-strong-full.sh +++ b/TS/run-paper-strong-full.sh @@ -14,8 +14,8 @@ echo "prim-benchmarks TS strong-full (dfatool edition)" echo "Started at $(date)" echo "Revision $(git describe --always)" -# 2544 is not part of upstream -for nr_dpus in 2544 256 512 1024 2048; do +# >2048 is not part of upstream +for nr_dpus in 2543 2304 256 512 1024 2048; do for nr_tasklets in 1 2 4 8 16; do echo # upstream code did not respect $BL in the makefile and used 256B (BL=8) instead. diff --git a/TS/run-paper-strong-rank.sh b/TS/run-paper-strong-rank.sh index 72cbff0..58ad641 100755 --- a/TS/run-paper-strong-rank.sh +++ b/TS/run-paper-strong-rank.sh @@ -14,8 +14,8 @@ echo "prim-benchmarks TS 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 # upstream code did not respect $BL in the makefile and used 256B (BL=8) instead. |