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:
parent
7cd8707bb9
commit
c91361ba88
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue