diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2023-06-02 15:24:54 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2023-06-02 15:24:54 +0200 |
commit | f438d54780af4ae90638f5d57acdd5e98d6596e9 (patch) | |
tree | e85b37a9dbcfe542dd6cf975c58b3825ad4ff141 /VA/run-paper-strong-rank.sh | |
parent | 80e965ed9678192ad205979ce9a9af9f8c89a6db (diff) |
VA cpu: limit to DPU type
Diffstat (limited to 'VA/run-paper-strong-rank.sh')
-rwxr-xr-x | VA/run-paper-strong-rank.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |