From: Kshitij Bansal Date: Wed, 3 Jun 2015 20:58:39 +0000 (-0400) Subject: runscript thread stack 256 X-Git-Tag: cvc5-1.0.0~6313 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a929cf6933fdecbf1f1a8fc3bd12afd8dd59704c;p=cvc5.git runscript thread stack 256 --- diff --git a/contrib/run-script-smtcomp2015 b/contrib/run-script-smtcomp2015 index 4cfe5acd9..3fc8ccec5 100644 --- a/contrib/run-script-smtcomp2015 +++ b/contrib/run-script-smtcomp2015 @@ -82,7 +82,7 @@ QF_ABV) finishwith --ite-simp --simp-with-care --repeat-simp ;; QF_BV) - exec ./pcvc4 -L smt2 --no-incremental --no-checking --no-interactive \ + exec ./pcvc4 -L smt2 --no-incremental --no-checking --no-interactive --thread-stack=256 \ --threads 2 \ --thread0 '--unconstrained-simp --bv-div-zero-const --bv-intro-pow2 --bitblast=eager --no-bv-abstraction' \ --thread1 '--unconstrained-simp --bv-div-zero-const --bv-intro-pow2 --bv-eq-slicer=auto ' \