1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 16:14:24 +00:00

Add indicator of progress for single runs

This commit is contained in:
Steffo 2022-11-17 03:02:20 +01:00
parent 7cd8707bb9
commit c91361ba88
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -8,6 +8,7 @@ run_benchmarks() {
do
exet=$(./atax_acc)
totalt=$(awk "BEGIN{print $totalt+$exet}")
echo -n "."
# echo "Run #$i: " $(awk "BEGIN{printf(\"%.3g\", $exet)}") "seconds"
done