Hi all, I found the answer to my question. Maybe some other users of super clusters would like to know the answer as well.
When using the "make -j 4" command, the -j argument start multiple (4) jobs/processes. This is interfering with the internal structure of the parallel super cluster. The answer is very simple: Simply compile it serially by using: "make" This takes a bit longer, but does the trick... Regards, Sanne _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
