hi lars

please subscribe to the Moses mailing list before posting to it. You can 
subscribe here
http://mailman.mit.edu/mailman/listinfo/moses-support

to answer your question - bjam links the moses decoder to tcmalloc 
automatically if it is installed on the computer Moses was compiled on.

You can see it when you ask bjam to give details about the compiler 
options it's using
   ./bjam -d2 ...
   ....
   g++ ...  -ltcmalloc_minimal ...
   ....

However, i've just noticed on the new Ubuntu 14.04, tcmalloc is now 
called tcmalloc_minimal4. Moses can't use it yet. We'll get round to 
fixing this issue


On 26/05/14 16:14, moses-support-ow...@mit.edu wrote:
> As list administrator, your authorization is requested for the
> following mailing list posting:
>
>      List:Moses-support@mit.edu
>      From:lars.bun...@idi.ntnu.no
>      Subject: Using tcmalloc with bjam
>      Reason:  Post by non-member to a members-only list
>
> At your convenience, visit:
>
>      http://mailman.mit.edu/mailman/admindb/moses-support
>          
> to approve or deny the request.

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to