From ecf6547fdce39b3ec0f333c9b391b0f1c25deba5 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Sat, 17 Oct 2020 21:22:08 -0400 Subject: All the DIS runner scripts as used for the (rejected) RTSS'20 submission DANGER! There's an inconsistency in the input files used for the all-pairs tests and those used for the baseline tests. Baselines: run_all_dis.sh calls run_dis.sh to do all baselines. All-pairs: Uses old TACLe script (not included here). Cache allocation 2nd-order effects on SMT friendliness: run_pair_convexity.sh --- dis/bin/neighborhood_2mb | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 dis/bin/neighborhood_2mb (limited to 'dis/bin/neighborhood_2mb') diff --git a/dis/bin/neighborhood_2mb b/dis/bin/neighborhood_2mb new file mode 100755 index 0000000..226bd98 --- /dev/null +++ b/dis/bin/neighborhood_2mb @@ -0,0 +1,2 @@ +#!/bin/bash +taskset -c 0 ./gen_input.py neighborhood inputs/Neighborhood/in0 2097152 | ./neighborhood $@ > /dev/null -- cgit v1.2.2