summaryrefslogtreecommitdiff
path: root/VA/run-paper-strong-rank.sh
diff options
context:
space:
mode:
Diffstat (limited to 'VA/run-paper-strong-rank.sh')
-rwxr-xr-xVA/run-paper-strong-rank.sh2
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