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 --- dis/disPairs2MbInNames.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dis/disPairs2MbInNames.txt (limited to 'dis') diff --git a/dis/disPairs2MbInNames.txt b/dis/disPairs2MbInNames.txt new file mode 100644 index 0000000..a45ead4 --- /dev/null +++ b/dis/disPairs2MbInNames.txt @@ -0,0 +1,6 @@ +field_all ./gen_input.py field inputs/Field/in0 2097152 +matrix_all ./gen_input.py matrix inputs/Matrix/in0 2097152 +neighborhood_all ./gen_input.py neighborhood inputs/Neighborhood/in0 2097152 +pointer_all ./gen_input.py pointer inputs/Pointer/in0 2097152 +transitive_all ./gen_input.py transitive inputs/Transitive/in0 2097152 +update_all ./gen_input.py update inputs/Update/in0 2097152 -- cgit v1.2.2