Moving cluster-qf_lra-benchmark to scripts project
authorChristopher L. Conway <christopherleeconway@gmail.com>
Thu, 8 Jul 2010 20:28:36 +0000 (20:28 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Thu, 8 Jul 2010 20:28:36 +0000 (20:28 +0000)
contrib/cluster-qf_lra-benchmark [deleted file]

diff --git a/contrib/cluster-qf_lra-benchmark b/contrib/cluster-qf_lra-benchmark
deleted file mode 100755 (executable)
index 1311d86..0000000
+++ /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", "26", "$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 ""
-