summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2021-03-08 18:05:50 -0500
committerJoshua Bakita <jbakita@cs.unc.edu>2021-03-08 18:05:50 -0500
commite159297cea19edf4fd6301f1129223133e10c5c5 (patch)
tree8a2ac02f56c41af575a2c9e780f402ba7ec44356
parenta00f8a123978555d1321e9f13637867eaa81ea24 (diff)
Delete archaic unsupported DIS runner scripts
These haven't been used since Joshua's PRP.
-rwxr-xr-xdis/runDIS1.sh2
-rwxr-xr-xdis/runDIS2.sh2
-rwxr-xr-xdis/runDIS4.sh5
3 files changed, 0 insertions, 9 deletions
diff --git a/dis/runDIS1.sh b/dis/runDIS1.sh
deleted file mode 100755
index 88d2989..0000000
--- a/dis/runDIS1.sh
+++ /dev/null
@@ -1,2 +0,0 @@
1#!/bin/bash
2cat inputs/Field/in1 | ./field field 80 3 May20-fieldtest 1
diff --git a/dis/runDIS2.sh b/dis/runDIS2.sh
deleted file mode 100755
index 9471319..0000000
--- a/dis/runDIS2.sh
+++ /dev/null
@@ -1,2 +0,0 @@
1#!/bin/bash
2cat inputs/Matrix/in0 | ./matrix matrix 1000 3 Nov27-matrixtest 1
diff --git a/dis/runDIS4.sh b/dis/runDIS4.sh
deleted file mode 100755
index 58072a5..0000000
--- a/dis/runDIS4.sh
+++ /dev/null
@@ -1,5 +0,0 @@
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