diff options
author | jon.h.clark <jon.h.clark@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-11-12 14:54:53 +0000 |
---|---|---|
committer | jon.h.clark <jon.h.clark@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-11-12 14:54:53 +0000 |
commit | a59b478536829d8617ffb23eefb87bc771383125 (patch) | |
tree | 4fd559d197e439291b23e91e8746c2c0e7879a8d /vest | |
parent | a93cff85946b9341a8a6c960a75eff94a805a29a (diff) |
Configuration for new scheduler on the LTI cluster
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@714 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest')
-rwxr-xr-x | vest/dist-vest.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl index d9f46f07..59d7b039 100755 --- a/vest/dist-vest.pl +++ b/vest/dist-vest.pl @@ -285,8 +285,8 @@ while (1){ print STDERR "DECODER SCORE: $dec_score\n"; # save space - `gzip $runFile`; - `gzip $decoderLog`; + `gzip -f $runFile`; + `gzip -f $decoderLog`; # run optimizer |