mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-09 04:56:57 +03:00
82ab7c1507
For reasons that defy comprehension, when qsub runs scripts, it blatantly ignores the shebang line that specifies a shell to use. Instead, SGE has its own config variable that defines what shell to use when running scripts via qsub. The -S /bin/bash option to qsub forces SGE to launch your script using bash. The scripts created by experiment.perl all assume they will be run with bash, so it is incumbent upon experiment.perl to ensure that SGE uses bash to run them. |
||
---|---|---|
.. | ||
analysis | ||
ems | ||
fuzzy-match | ||
generic | ||
other | ||
recaser | ||
regression-testing | ||
share/nonbreaking_prefixes | ||
tests | ||
tokenizer | ||
training | ||
Jamfile | ||
README |
2006-07-29 This directory should contain all multi-purpose scripts for: - training ... training moses (including BLEU evaluation needed for MERT) - analysis ... analyzing MT output (for human analysis) - generic ... script for handling generic issues (parallelization) - lib ... perl modules used by various scripts The Jamfile then takes care of proper 'release' from your git directory to the shared directories. The released scripts should remain in the *same directory structure*.