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:
authorSid Jain <sija@microsoft.com>2020-10-16 08:47:49 +0300
committerSid Jain <sija@microsoft.com>2020-10-16 08:47:49 +0300
commitc33c8d660536043318c35b2f5405fbaeb02e22ca (patch)
tree171d5951507e499a04d80a47f4ba260e918ef1f2
parent714a873e4b10955b4b64685a62e9e163687c84f2 (diff)
TODO
-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;