From: Tim King Date: Thu, 8 Jul 2010 17:25:12 +0000 (+0000) Subject: I am adding my smt-crunch scripts to source control. Others may find them useful... X-Git-Tag: cvc5-1.0.0~8915 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02338930d0e92190c7c27a350a527db2c1b5c040;p=cvc5.git I am adding my smt-crunch scripts to source control. Others may find them useful. To use them, log into goedel, sudo su acsys-user, and run ./cluster-script PATH_TO_EXECUTABLE. Be sure to change the email address in the script before using it. Improvements are of course welcome. --- diff --git a/contrib/cluster-qf_lra-benchmark b/contrib/cluster-qf_lra-benchmark new file mode 100755 index 000000000..1311d869c --- /dev/null +++ b/contrib/cluster-qf_lra-benchmark @@ -0,0 +1,18 @@ + +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 <