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
This commit is contained in:
kshakir 2011-03-01 03:19:50 +00:00
parent 0723b0f44c
commit 4b08baabe7
1 changed files with 0 additions and 4 deletions

View File

@ -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