From eb42acf0ad901b492c8a8eb3247ba6b06b956e1d Mon Sep 17 00:00:00 2001 From: Peter Steinbach <steinbach@scionics.de> Date: Mon, 18 May 2015 17:11:33 +0200 Subject: [PATCH] added double quotes for resource specficition to LSF --- spim_registration/timelapse/cluster.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spim_registration/timelapse/cluster.json b/spim_registration/timelapse/cluster.json index 41d4c6e..2807e94 100644 --- a/spim_registration/timelapse/cluster.json +++ b/spim_registration/timelapse/cluster.json @@ -1,23 +1,23 @@ { "__default__" : { - "lsf_extra" : "-R span[hosts=1]", + "lsf_extra" : "-R \"span[hosts=1]\"", "lsf_q" : "short" }, "registration" : { - "lsf_extra" : "-R span[hosts=1] -R rusage[mem=100000]" + "lsf_extra" : "-R \"span[hosts=1] rusage[mem=100000]\"" }, "external_trafo" : { - "lsf_extra" : "-R span[hosts=1] -R rusage[mem=10000]" + "lsf_extra" : "-R \"span[hosts=1] rusage[mem=10000]\"" }, "deconvolution" : { - "lsf_extra" : "-n 7 -R span[hosts=1] -R rusage[mem=50000]", + "lsf_extra" : "-n 7 -R \"span[hosts=1] rusage[mem=50000]\"", "lsf_q" : "gpu" } } -- GitLab