From 4b08baabe7ddd4728054c5853097c4f02f1861d0 Mon Sep 17 00:00:00 2001 From: kshakir Date: Tue, 1 Mar 2011 03:19:50 +0000 Subject: [PATCH] Let Queue resubmit the job instead of LSF. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5342 348d0f76-0448-11de-a6fe-93d51630548a --- .../broadinstitute/sting/queue/engine/Lsf706JobRunner.scala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scala/src/org/broadinstitute/sting/queue/engine/Lsf706JobRunner.scala b/scala/src/org/broadinstitute/sting/queue/engine/Lsf706JobRunner.scala index 1107c1b25..08540fbd3 100644 --- a/scala/src/org/broadinstitute/sting/queue/engine/Lsf706JobRunner.scala +++ b/scala/src/org/broadinstitute/sting/queue/engine/Lsf706JobRunner.scala @@ -59,10 +59,6 @@ class Lsf706JobRunner(val function: CommandLineFunction) extends CommandLineJobR request.options3 |= LibBat.SUB3_CWD } - if (function.jobRestartable) { - request.options |= LibBat.SUB_RERUNNABLE - } - if (function.memoryLimit.isDefined) { request.resReq = "rusage[mem=" + function.memoryLimit.get + "]" request.options |= LibBat.SUB_RES_REQ