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
diff options
context:
space:
mode:
Diffstat (limited to 'moses2/Main.cpp')
-rw-r--r--moses2/Main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses2/Main.cpp b/moses2/Main.cpp
index 626255566..07271b175 100644
--- a/moses2/Main.cpp
+++ b/moses2/Main.cpp
@@ -54,7 +54,9 @@ int main(int argc, char** argv)
batch_run(params, system, pool);
}
#endif //
+//TODO : WIN32
#ifndef HAVE_SERVER
+ // TODO : remove hardcoding for num of threads
Moses2::ThreadPool pool(15, system.cpuAffinityOffset, system.cpuAffinityOffsetIncr);
//cerr << "CREATED POOL" << endl;