From e159297cea19edf4fd6301f1129223133e10c5c5 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Mon, 8 Mar 2021 18:05:50 -0500 Subject: Delete archaic unsupported DIS runner scripts These haven't been used since Joshua's PRP. --- dis/runDIS1.sh | 2 -- dis/runDIS2.sh | 2 -- dis/runDIS4.sh | 5 ----- 3 files changed, 9 deletions(-) delete mode 100755 dis/runDIS1.sh delete mode 100755 dis/runDIS2.sh delete mode 100755 dis/runDIS4.sh (limited to 'dis') 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 @@ -#!/bin/bash -cat 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 @@ -#!/bin/bash -cat 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 @@ -#!/bin/bash -cat inputs/Neighborhood/in0 | ./neighborhood neighborhood 1 3 Oct19-neighborhoodtest 1 -cat inputs/Pointer/in0 | ./pointer pointer 10 3 Oct19-pointertest 1 -cat inputs/Transitive/in1 | ./transitive transitive 800 3 Oct19-transitivetest 1 -cat inputs/Update/in0 | ./update update 1000 3 Oct19-updatetest 1 -- cgit v1.2.2