Skip to content

Commit

Permalink
Merge branch 'gshipman-branson' of github.com:lanl/benchmarks into gs…
Browse files Browse the repository at this point in the history
…hipman-branson
  • Loading branch information
Galen M. Shipman authored and Galen M. Shipman committed May 17, 2024
2 parents eef73b0 + f4c234d commit 63be1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/branson/parse-results.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
grep FOM run.*.out | awk -F '.' '{print $2 " " $3 " " $4 " " $5 }' | awk '{printf "%d\t%d\t%d.%d \n", $1, $2, $7, $8 }' | sort -n --key=1,1 --key=2,2

0 comments on commit 63be1d2

Please sign in to comment.