summaryrefslogtreecommitdiff
path: root/cfg.rb
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2014-03-10 17:45:30 +0100
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2014-03-10 17:45:30 +0100
commit00e2f9f227c28242ce97cfc7f86a953b84062d3f (patch)
tree271ab699e780d8e2f2140647a72eef2e0203ee3b /cfg.rb
parent51f2a52da9804e503d828781d3e1af538623f987 (diff)
enable to ignore zombies
Diffstat (limited to 'cfg.rb')
-rw-r--r--cfg.rb5
1 files changed, 5 insertions, 0 deletions
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')