Hi,

I'd like to report a little bug inside generic/extract-parallel.perl on
line 104. For the current code, the ordering file will never be produced
under the parallel scenario as $TMPDIR/extract.0.o never exists.

It's quite straightforward to remove the bug as follows,

changing from

if (-e "$TMPDIR/extract.0.o")

to

my $numStr = NumStr(0);
if (-e "$TMPDIR/extract.$numStr.o").

Cheers,

Guchun
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to