From: GitHub <no...@gi...> - 2012-09-28 19:41:07
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: a323c8daf7793a14d618885c0db781b38a8648f1 https://github.com/moses-smt/mosesdecoder/commit/a323c8daf7793a14d618885c0db781b38a8648f1 Author: Lane Schwartz <dow...@gm...> Date: 2012-09-28 (Fri, 28 Sep 2012) Changed paths: M scripts/generic/qsub-wrapper.pl M scripts/training/absolutize_moses_model.pl Log Message: ----------- Send stderr to /dev/null when looking for pawd. This cleans up the logs a bit for those of us who don't have pawd. Otherwise, messages like the following show up in the logs: /usr/bin/which: no pawd in ... bash: pawd: command not found Commit: 7b042edc6c8318febc2e97f856f187634275ac6a https://github.com/moses-smt/mosesdecoder/commit/7b042edc6c8318febc2e97f856f187634275ac6a Author: Lane Schwartz <dow...@gm...> Date: 2012-09-28 (Fri, 28 Sep 2012) Changed paths: M scripts/generic/moses-parallel.pl Log Message: ----------- Send stderr to /dev/null when looking for pawd. This cleans up the logs a bit for those of us who don't have pawd. Otherwise, messages like the following show up in the logs: /usr/bin/which: no pawd in ... Commit: ca6a751f6e47cf4a9420499503f320f4eca11159 https://github.com/moses-smt/mosesdecoder/commit/ca6a751f6e47cf4a9420499503f320f4eca11159 Author: Lane Schwartz <dow...@gm...> Date: 2012-09-28 (Fri, 28 Sep 2012) Changed paths: M .gitmodules M BUILD-INSTRUCTIONS.txt M lm/Jamfile M lm/bhiksha.cc M lm/bhiksha.hh M lm/binary_format.cc M lm/binary_format.hh M lm/build_binary.cc M lm/left.hh M lm/max_order.cc A lm/max_order.hh M lm/model.cc M lm/model.hh M lm/quantize.hh M lm/read_arpa.cc M lm/search_hashed.hh M lm/search_trie.cc M lm/search_trie.hh M lm/state.hh M lm/trie.cc M lm/trie.hh M lm/trie_sort.cc M lm/trie_sort.hh M lm/vocab.cc M lm/vocab.hh M scripts/ems/web/analysis.php M scripts/ems/web/analysis_diff.php A scripts/ems/web/base64.js A scripts/ems/web/favicon.ico M scripts/ems/web/index.php M scripts/ems/web/lib.php M scripts/ems/web/overview.php A scripts/ems/web/sgviz.js A scripts/ems/web/sgviz.php M util/ersatz_progress.cc M util/ersatz_progress.hh M util/exception.cc M util/exception.hh M util/file.cc M util/file.hh M util/file_piece.cc M util/probing_hash_table.hh Log Message: ----------- Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/78f295c0a012...ca6a751f6e47 |