mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 14:05:29 +03:00
bug fix by Guchun Zhang
This commit is contained in:
parent
d62f301345
commit
7f6f8a99f9
@ -101,7 +101,8 @@ if ($numParallel > 1)
|
||||
`$extractCmd`;
|
||||
`$extractInvCmd`;
|
||||
|
||||
if (-e "$TMPDIR/extract.0.o")
|
||||
my $numStr = NumStr(0);
|
||||
if (-e "$TMPDIR/extract.$numStr.o")
|
||||
{
|
||||
`$extractOrderingCmd`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user