If I recall the decoder was modified to allow batching of LM requests. Miles
On 25 September 2013 10:22, Hieu Hoang <[email protected]> wrote: > I'm not sure how to compile LDHT but when i compiled randlm from svn, i had > to change 2 minor things to get it to compile on my mac: > 1. src/RandLM/Makefile.am: boost_thread --> boost_thread-mt > 2. autogen.sh: libtoolize --> glibtoolize > > Also, the distributed LM was supported in Moses v1. However, it has been > deleted from the current Moses in the git repository. I will try and re-add > it if a multi-pass, asynchronous decoding framework can be created. If > you're interested in doing this, I would be very glad to help you > > On 24/09/2013 11:51, Hoai-Thu Vuong wrote: > > > Hello > > I build LDHT in randlm and have got some errors, look like > > MurmurHash3.cpp:81:23: warning: always_inline function might not be > inlinable [-Wattributes] > MurmurHash3.cpp:68:23: warning: always_inline function might not be > inlinable [-Wattributes] > MurmurHash3.cpp:60:23: warning: always_inline function might not be > inlinable [-Wattributes] > MurmurHash3.cpp:55:23: warning: always_inline function might not be > inlinable [-Wattributes] > MurmurHash3.cpp: In function 'void MurmurHash3_x86_32(const void*, int, > uint32_t, void*)': > MurmurHash3.cpp:55:23: error: inlining failed in call to always_inline > 'uint32_t getblock(const uint32_t*, int)': function body can be overwritten > at link time > > > I attach full error log here. My compiler is g++ version 4.7, OS is Ubuntu > server 64bit 13.04, I clean install then install require package such as > git, build essential, libtool, autoconf, google sparse hash, boost thread. > With same source code I compile successful with g++ version 4.6, OS is > ubuntu 64bit 12.04. > > I google solution to fix, and one guy recommend me change line (in > MurmurHash3.cpp): > > #define FORCE_INLINE __attribute__((always_inline)) > > to > > #define FORCE_INLINE inline __attribute__((always_inline)) > > do this, I pass this error, however, I receive another error ::close(m_sd) > not found in deconstructor of ~TransportTCP() > > > > > -- > Thu. > > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > > -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
