From f438d54780af4ae90638f5d57acdd5e98d6596e9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 2 Jun 2023 15:24:54 +0200 Subject: VA cpu: limit to DPU type --- VA/run-paper-strong-rank.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VA/run-paper-strong-rank.sh') diff --git a/VA/run-paper-strong-rank.sh b/VA/run-paper-strong-rank.sh index d951049..6ecaac4 100755 --- a/VA/run-paper-strong-rank.sh +++ b/VA/run-paper-strong-rank.sh @@ -18,7 +18,7 @@ echo "Revision $(git describe --always)" for nr_dpus in 512 256 1 4 16 64; 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; then + if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10 verbose=1; then timeout --foreground -k 1m 30m bin/host_code -w 0 -e 100 -i 2621440 -x 1 || true fi done -- cgit v1.2.3