From 0f710b4f47dfc51e3f01473995dbb6ed5844eff1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 31 May 2023 16:12:59 +0200 Subject: port UNI to dfatool --- UNI/baselines/cpu/run-opti.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 UNI/baselines/cpu/run-opti.sh (limited to 'UNI/baselines/cpu/run-opti.sh') diff --git a/UNI/baselines/cpu/run-opti.sh b/UNI/baselines/cpu/run-opti.sh new file mode 100755 index 0000000..0a3a4a3 --- /dev/null +++ b/UNI/baselines/cpu/run-opti.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +HOST="$(hostname)" + +echo $HOST + +make clean + +make run_O0 | sed 's/CPU/CPU O0/' | tee "${HOST}-O0.txt" + +make run_O2 | sed 's/CPU/CPU O2/' | tee "${HOST}-O2.txt" -- cgit v1.2.3