From 163c440444c74a4e0bbe0a8db3d1ca725413994b Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Thu, 22 Oct 2020 03:17:31 -0400 Subject: Make SD-VBS compatible with run_bench.sh and cleanup SD-VBS: - Run silently - Fix some whitespace errors - Don't duplicate extra.h - Auto-detect if building with LITMUS-RT - Disable result checking - Add helper symlinks Misc: - Remove unused code from libextra - Set some missing rt_param fields in libextra - Disable CSV info dump from computeSMTslowdown.sh - Widen scope of .gitignore on .txt files - Include list of 2MB DIS pair benchmarks and inputs --- smt_analysis/computeSMTslowdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smt_analysis') diff --git a/smt_analysis/computeSMTslowdown.py b/smt_analysis/computeSMTslowdown.py index 2cf58ac..aa7aa21 100755 --- a/smt_analysis/computeSMTslowdown.py +++ b/smt_analysis/computeSMTslowdown.py @@ -247,7 +247,7 @@ print(plt.hist(M_vals_to_plot, bins=10)) ##### BELOW TEXT IS OLD OFFSET CODE (patched) ##### ## This still works, but is hacky and deprecated ## ## PearsonR doesn't work though ## -if not LEVEL_C_ANALYSIS: +if not LEVEL_C_ANALYSIS and False: benchmarkNames = idx_to_name benchmarkCount = len(benchmarkNames) numJobs = len(paired_times[0][0]) -- cgit v1.2.2