From 4a38ffd6ab1b7ce9e97fc3d2d4dd48c3f7745c18 Mon Sep 17 00:00:00 2001 From: Marcel Köppen Date: Mon, 13 May 2024 13:56:37 +0200 Subject: Print hostname and compiler versions --- Microbenchmarks/STREAM/Makefile | 6 +++++- Microbenchmarks/STREAM/run-rank.sh | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'Microbenchmarks') diff --git a/Microbenchmarks/STREAM/Makefile b/Microbenchmarks/STREAM/Makefile index 6e18756..ba3e8e1 100644 --- a/Microbenchmarks/STREAM/Makefile +++ b/Microbenchmarks/STREAM/Makefile @@ -40,4 +40,8 @@ bin/host_code: ${HOST_SOURCES} bin clean: ${QUIET}${RM} -f bin/dpu_code bin/host_code -.PHONY: all clean +info: + @${CC} --version + @dpu-upmem-dpurte-clang --version + +.PHONY: all clean info 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. -- cgit v1.2.3