Skip to content

Commit

Permalink
Updated theta starter script
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamZsofi committed Oct 13, 2021
1 parent 5c7090f commit a316b70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/theta-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
if [ $1 == "--version" ]; then
echo "3.0.0-svcomp22-qr"
else
echo java -Xss120m -Xmx14210m -jar theta.jar "${@:2}" --input $1
java -Xss120m -Xmx14210m -jar theta.jar "${@:2}" --input $1
scriptdir=$(dirname $(realpath "$0"))
echo LD_LIBRARY_PATH=$scriptdir/lib java -Xss120m -Xmx14210m -jar $scriptdir/theta.jar "${@:2}" --input $1 --smt-home $scriptdir/solvers
LD_LIBRARY_PATH=$scriptdir/lib java -Xss120m -Xmx14210m -jar $scriptdir/theta.jar "${@:2}" --input $1 --smt-home $scriptdir/solvers
fi

0 comments on commit a316b70

Please sign in to comment.