summaryrefslogtreecommitdiffstats
path: root/dis/runDIS4.sh
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2020-10-16 16:55:14 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2020-10-16 16:55:14 -0400
commit6ea9939e0610a809f6f47d13ec68df00d1ca0afc (patch)
treefe4a2eee3ddcf77e2367309dcd75a232b76dcd62 /dis/runDIS4.sh
parente9285d0cdea756a2830f0ace378e4197b36869aa (diff)
Move the DIS benchmarks up a directory and update hardcoded paths
Note that this repo does not attempt to keep a copy of the original DIS benchmark distributions. UNC real-time has another repo for that.
Diffstat (limited to 'dis/runDIS4.sh')
-rwxr-xr-xdis/runDIS4.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/dis/runDIS4.sh b/dis/runDIS4.sh
new file mode 100755
index 0000000..58072a5
--- /dev/null
+++ b/dis/runDIS4.sh
@@ -0,0 +1,5 @@
1#!/bin/bash
2cat inputs/Neighborhood/in0 | ./neighborhood neighborhood 1 3 Oct19-neighborhoodtest 1
3cat inputs/Pointer/in0 | ./pointer pointer 10 3 Oct19-pointertest 1
4cat inputs/Transitive/in1 | ./transitive transitive 800 3 Oct19-transitivetest 1
5cat inputs/Update/in0 | ./update update 1000 3 Oct19-updatetest 1