mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-23 00:24:23 +00:00
Add indicator of progress for single runs
This commit is contained in:
parent
7cd8707bb9
commit
c91361ba88
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ run_benchmarks() {
|
||||||
do
|
do
|
||||||
exet=$(./atax_acc)
|
exet=$(./atax_acc)
|
||||||
totalt=$(awk "BEGIN{print $totalt+$exet}")
|
totalt=$(awk "BEGIN{print $totalt+$exet}")
|
||||||
|
echo -n "."
|
||||||
# echo "Run #$i: " $(awk "BEGIN{printf(\"%.3g\", $exet)}") "seconds"
|
# echo "Run #$i: " $(awk "BEGIN{printf(\"%.3g\", $exet)}") "seconds"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue