From 00e2f9f227c28242ce97cfc7f86a953b84062d3f Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 10 Mar 2014 17:45:30 +0100 Subject: enable to ignore zombies --- cfg.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cfg.rb') diff --git a/cfg.rb b/cfg.rb index 4791ff3..5d789c5 100644 --- a/cfg.rb +++ b/cfg.rb @@ -2,6 +2,11 @@ SMT_SEMPARSE = 'python /workspace/grounded/smt-semparse-cp/decode_sentence.py /workspace/grounded/smt-semparse-cp/working/full_dataset' # this is the 'fixed' version of eval.pl EVAL_PL = '/workspace/grounded/wasp-1.0/data/geo-funql/eval/eval.pl' +# set to true to ignore zombie eval.pl procs +ACCEPT_ZOMBIES = true +TIMEOUT=60 # cdec binary CDEC_BIN = '/toolbox/cdec-dtrain/decoder/cdec' +# memcached has to be running +$cache = Memcached.new('localhost:11211') -- cgit v1.2.3