summaryrefslogtreecommitdiff
path: root/Microbenchmarks/STREAM/run-rank.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Microbenchmarks/STREAM/run-rank.sh')
-rwxr-xr-xMicrobenchmarks/STREAM/run-rank.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Microbenchmarks/STREAM/run-rank.sh b/Microbenchmarks/STREAM/run-rank.sh
index 5e77002..3f0ecf0 100755
--- a/Microbenchmarks/STREAM/run-rank.sh
+++ b/Microbenchmarks/STREAM/run-rank.sh
@@ -5,6 +5,8 @@ set -e
echo "prim-benchmarks STREAM microbenchmark (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
+echo "Host: $(hostname)"
+echo "Compilers: $(make info)"
# -i: input size (number of elements, not number of bytes!)
# Each DPU uses three buffers, each of which holds $i * sizeof($dt) bytes.