mosesdecoder/scripts
Lane Schwartz 82ab7c1507 Force ems to pass -S /bin/bash to qsub.
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.
2012-10-02 09:24:20 -04:00
..
analysis Change Bin to RealBin. Thanks to Tom Hoar 2012-06-26 11:57:23 -04:00
ems Force ems to pass -S /bin/bash to qsub. 2012-10-02 09:24:20 -04:00
fuzzy-match delete temporary files 2012-07-31 15:05:18 +01:00
generic Send stderr to /dev/null when looking for pawd. 2012-09-28 14:55:09 -04:00
other Move from scripts to contrib 2011-11-23 15:31:16 +00:00
recaser exit 0 on success. /Henry Hu 2012-09-25 10:57:01 +01:00
regression-testing small change to be compliant with the previous change (2571->2572) 2009-10-07 18:09:20 +00:00
share/nonbreaking_prefixes czech prefixes 2012-07-14 03:32:10 +02:00
tests add svn id comments to start of file 2007-03-14 22:22:36 +00:00
tokenizer remove escape-only tokenizer. A script already available 2012-08-22 13:04:10 +01:00
training Send stderr to /dev/null when looking for pawd. 2012-09-28 14:37:53 -04:00
Jamfile Fixed interaction of --install-scripts and --git 2012-08-09 11:04:24 -04:00
README Replace scripts build system. 2011-11-25 15:33:46 +00:00

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*.