diff options
author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 03:17:31 -0400 |
---|---|---|
committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 03:17:31 -0400 |
commit | 163c440444c74a4e0bbe0a8db3d1ca725413994b (patch) | |
tree | d4eaf9f407be042811f26dfb2613ff1c99966289 /dis | |
parent | d17b33131c14864bd1eae275f49a3f148e21cf29 (diff) |
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
Diffstat (limited to 'dis')
-rw-r--r-- | dis/disPairs2MbInNames.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
1 | field_all ./gen_input.py field inputs/Field/in0 2097152 | ||
2 | matrix_all ./gen_input.py matrix inputs/Matrix/in0 2097152 | ||
3 | neighborhood_all ./gen_input.py neighborhood inputs/Neighborhood/in0 2097152 | ||
4 | pointer_all ./gen_input.py pointer inputs/Pointer/in0 2097152 | ||
5 | transitive_all ./gen_input.py transitive inputs/Transitive/in0 2097152 | ||
6 | update_all ./gen_input.py update inputs/Update/in0 2097152 | ||