Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@wipo.int>2012-08-10 15:22:40 +0400
committerMarcin Junczys-Dowmunt <junczys@wipo.int>2012-08-10 15:22:40 +0400
commited21d36245ea5f7bc6bd49071059194c231012bc (patch)
treef68f1203cd2631507350cdcb03538eb073dd6b33 /misc
parent1e47e4950d1915306f7587f08c0e62200cea3700 (diff)
Default number of threads set to 1
Diffstat (limited to 'misc')
-rw-r--r--misc/processLexicalTableMin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/processLexicalTableMin.cpp b/misc/processLexicalTableMin.cpp
index e8111bccd..44474a244 100644
--- a/misc/processLexicalTableMin.cpp
+++ b/misc/processLexicalTableMin.cpp
@@ -50,7 +50,7 @@ int main(int argc, char** argv)
size_t quantize = 0;
#ifdef WITH_THREADS
- size_t threads = 2;
+ size_t threads = 1;
#endif
if(1 >= argc)