summaryrefslogtreecommitdiff
path: root/Microbenchmarks/STREAM/Makefile
diff options
context:
space:
mode:
authorMarcel Köppen <marcel.koeppen@uos.de>2024-05-13 13:56:37 +0200
committerMarcel Köppen <marcel.koeppen@uos.de>2024-05-13 13:56:37 +0200
commit4a38ffd6ab1b7ce9e97fc3d2d4dd48c3f7745c18 (patch)
tree6684c534f293b877d8ea2aa43ff68c27077eb238 /Microbenchmarks/STREAM/Makefile
parent40184d163659790d25f3e4be93df8fdbc834c68c (diff)
Print hostname and compiler versions
Diffstat (limited to 'Microbenchmarks/STREAM/Makefile')
-rw-r--r--Microbenchmarks/STREAM/Makefile6
1 files changed, 5 insertions, 1 deletions
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