summaryrefslogtreecommitdiff
path: root/src/main/options
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-24 18:44:15 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-06-25 10:44:54 -0400
commitb4e8ea46bed824f1403b1dddcf56a0e8a56bb380 (patch)
tree70ce76501ae9feb98eaf408d0e931e27f6729f18 /src/main/options
parent7e5245639848594e5ff72a5104c340defe4aac7c (diff)
Stack-size portfolio fix. If using Boost 1.50, --thread-stack=MB is now supported.
Diffstat (limited to 'src/main/options')
-rw-r--r--src/main/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/options b/src/main/options
index fdb172c18..b9262bfa4 100644
--- a/src/main/options
+++ b/src/main/options
@@ -28,6 +28,8 @@ option threads --threads=N unsigned :default 2 :predicate greater(0)
Total number of threads for portfolio
option - --threadN=string void :handler CVC4::main::threadN :handler-include "main/options_handlers.h"
configures portfolio thread N (0..#threads-1)
+option threadStackSize --thread-stack=N unsigned :default 0
+ stack size for worker threads in MB (0 means use Boost/thread lib default)
option threadArgv std::vector<std::string> :include <vector> <string>
Thread configuration (a string to be passed to parseOptions)
option thread_id int :default -1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback