Branch: refs/heads/master
Home: https://github.com/moses-smt/mosesdecoder
Commit: 82ab7c1507b73a5005382a29ca54885974cbc9d1
https://github.com/moses-smt/mosesdecoder/commit/82ab7c1507b73a5005382a29ca54885974cbc9d1
Author: Lane Schwartz <dow...@gm...>
Date: 2012-10-02 (Tue, 02 Oct 2012)
Changed paths:
M scripts/ems/experiment.perl
Log Message:
-----------
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.
Commit: 2085fd311bb6ccfa5648a9122a470c8e34bdc092
https://github.com/moses-smt/mosesdecoder/commit/2085fd311bb6ccfa5648a9122a470c8e34bdc092
Author: Lane Schwartz <dow...@gm...>
Date: 2012-10-02 (Tue, 02 Oct 2012)
Changed paths:
M moses/src/Hypothesis.cpp
R moses/src/hash.cpp
R moses/src/hash.h
Log Message:
-----------
Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder
Compare: https://github.com/moses-smt/mosesdecoder/compare/618e2d51a672...2085fd311bb6
|