diff options
Diffstat (limited to 'TRNS/run-fgbs24a.sh')
-rwxr-xr-x | TRNS/run-fgbs24a.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TRNS/run-fgbs24a.sh b/TRNS/run-fgbs24a.sh index ffdadcf..6ba8993 100755 --- a/TRNS/run-fgbs24a.sh +++ b/TRNS/run-fgbs24a.sh @@ -16,7 +16,7 @@ echo "prim-benchmarks TRNS strong-full (dfatool fgbs24a edition)" echo "Started at $(date)" echo "Revision $(git describe --always)" -for nr_dpus in 2543 2304 2048; do +for nr_dpus in 2304 2048 2543; do for nr_tasklets in 16; do echo if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets}; then |