mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
mgiza exec, according to Marwen Azouzi
This commit is contained in:
parent
6dcfe8663f
commit
94b4ab16c7
@ -184,7 +184,7 @@ if(!defined $_MGIZA ){
|
||||
print STDERR "Using single-thread GIZA\n";
|
||||
}
|
||||
else {
|
||||
$GIZA = "$BINDIR/mgizapp";
|
||||
$GIZA = "$BINDIR/mgiza";
|
||||
print STDERR "Using multi-thread GIZA\n";
|
||||
if (!defined($_MGIZA_CPUS)) {
|
||||
$_MGIZA_CPUS=4;
|
||||
|
Loading…
Reference in New Issue
Block a user