summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-07-08 20:29:20 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-07-08 20:29:20 +0000
commitea57b1b4be4cbebccde013b326128a599ae193ee (patch)
tree0a2f59dde117903791f28460731c17af1bd84d71 /contrib
parentce80e570ff7c3db0c469bca19f7bcf088b4b6304 (diff)
Moving cluster-qf_lra-full to scripts project
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cluster-qf_lra-full18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/cluster-qf_lra-full b/contrib/cluster-qf_lra-full
deleted file mode 100755
index 0fbfbecfe..000000000
--- a/contrib/cluster-qf_lra-full
+++ /dev/null
@@ -1,18 +0,0 @@
-
-TO_EMAIL="taking@cs.nyu.edu"
-CC_EMAIL=""
-function RunClusterRegressions() {
- local job_name="cvc4-$1"
- local cvc4_binary="$2"
- local config_line="$3"
- mysql -u smt_cluster --password=`cat ~/.mysql_password` smt_cluster <<EOF
- insert into Jobs values
- (DEFAULT, "$job_name", "custom job", "19", "300", "2000", "27", "$TO_EMAIL $CC_EMAIL", "2", "$cvc4_binary", "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,29", DEFAULT);
-EOF
-}
-
-
-JOB_TIME=`date +%s`
-NAME="cluster-qf_lra-benchmark-$JOB_TIME"
-RunClusterRegressions "$NAME" $1 ""
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback