summaryrefslogtreecommitdiff
path: root/src/main/options
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2013-03-25 17:15:11 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2013-03-25 17:15:11 -0400
commit83359657c5ce2627348d6451ebbb9c1b99b2b4bd (patch)
tree608f569296c7b0484ad1b529209802c2441ce2dd /src/main/options
parentd08985731908d798ec5dbf8c4b1529266798a68e (diff)
finish removal of separateOutput
Diffstat (limited to 'src/main/options')
-rw-r--r--src/main/options2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/options b/src/main/options
index 9c630270f..14a7a9f3f 100644
--- a/src/main/options
+++ b/src/main/options
@@ -31,8 +31,6 @@ option threadArgv std::vector<std::string> :include <vector> <string>
Thread configuration (a string to be passed to parseOptions)
option thread_id int :default -1
Thread ID, for internal use in case of multi-threaded run
-#option separateOutput bool :default false
-# In multi-threaded setting print output of each thread at the end of run, separated by a divider ("----").
option sharingFilterByLength --filter-lemma-length=N int :default -1 :read-write
don't share (among portfolio threads) lemmas strictly longer than N
option fallbackSequential --fallback-sequential bool :default false
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback