finish removal of separateOutput
authorKshitij Bansal <kshitij@cs.nyu.edu>
Mon, 25 Mar 2013 21:15:11 +0000 (17:15 -0400)
committerKshitij Bansal <kshitij@cs.nyu.edu>
Mon, 25 Mar 2013 21:15:11 +0000 (17:15 -0400)
src/main/options

index 9c630270f6b2c1e924ed7eebecebcfdfc6b02d19..14a7a9f3fe4c1f4fb142bb94c859ceea8039a66d 100644 (file)
@@ -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