On 02/21/13 08:49, Arezki Sadoune wrote: > Dear all, > > I have trained a few Moses systems on IRSTLM which were unable to be run > using multi-threading (which is normal according to the Manual)
You can't query a model with IRSTLM and use threads. Building a model with IRSTLM then querying with KenLM/SRILM will work fine with threads. > > So, I have built a new SRILM based Moses system, and I have also > recompilded Moses using the following request : (./bjam -j24 > --with-srilm=/root/srilm --with-irstlm=/root/irstlm) > > > And despit of that Moses decoder is still running on a single CPU, > > I have also tried to run it by adding on the request the following : > "-threads 16", which didn't work too I'm assuming you added -threads 16 to the moses or moses_chart command line, not bjam or some wrapper. Please send your moses.ini and the command line you ran. Also, you probably shouldn't be running as root. > > Many Thanks > > Arezki SADOUNE > > > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
