Merge pull request #616 from broadinstitute/ks_cjav_pbsengine_no_default_queue

Removed setting of a default queue in PbsEngineJobRunner.
This commit is contained in:
kshakir 2014-04-28 14:24:51 -04:00
commit 10ee35eafa
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ class PbsEngineJobRunner(session: Session, function: CommandLineFunction) extend
// If the job queue is set specify the job queue
if (function.jobQueue != null)
nativeSpec += " -q " + function.jobQueue
else
nativeSpec += " -q normal "
// If the resident set size is requested pass on the memory request
// mem_free is the standard, but may also be virtual_free or even not available