From a929cf6933fdecbf1f1a8fc3bd12afd8dd59704c Mon Sep 17 00:00:00 2001 From: Kshitij Bansal Date: Wed, 3 Jun 2015 16:58:39 -0400 Subject: [PATCH] runscript thread stack 256 --- contrib/run-script-smtcomp2015 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' \ -- 2.30.2