diff options
Diffstat (limited to 'TRNS/run.sh')
-rwxr-xr-x | TRNS/run.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TRNS/run.sh b/TRNS/run.sh index ef6f71e..8d574a9 100755 --- a/TRNS/run.sh +++ b/TRNS/run.sh @@ -14,8 +14,8 @@ echo "prim-benchmarks TRNS (dfatool edition)" echo "Started at $(date)" echo "Revision $(git describe --always)" -for nr_dpus in 1 4 8 16 32 64 128 256 512 768 1024 1536 2048; do - for nr_tasklets in 8 12 16 20 24; do +for nr_dpus in 2542 2304 1 4 8 16 32 64 128 256 512 768 1024 1536 2048; do + for nr_tasklets in 8 12 16; do # 12288 run-paper-weak, run-paper-strong-full for i in 12288; do echo @@ -26,4 +26,7 @@ for nr_dpus in 1 4 8 16 32 64 128 256 512 768 1024 1536 2048; do done done done + +echo "Completed at $(date)" + ) | tee "log-$(hostname).txt" |