-- Support for collecting resources info from DRMAA runners -- Disabled the non-standard mem_free argument so that we can actually use our own SGE cluster gsa4 -- NCoresRequest is a testing queue script for this. -- Added two command line arguments: -- multiCoreJerk: don't request multiple cores for jobs with nt > 1. This was the old behavior but it's really not the best way to run parallel jobs. Now with queue if you run nt = 4 the system requests 4 cores on your host. If this flag is thrown, though, it will only request 1 and you'll just use 4, like a jerk -- job_parallel_env: parallel environment named used with SGE to request multicore jobs. Equivalent to -pe job_parallel_env NT for NT > 1 jobs |
||
|---|---|---|
| .. | ||
| drmaa | ||
| gridengine | ||
| lsf | ||
| shell | ||
| CommandLineJobManager.scala | ||
| CommandLineJobRunner.scala | ||
| CommandLinePluginManager.scala | ||
| FunctionEdge.scala | ||
| InProcessJobManager.scala | ||
| InProcessRunner.scala | ||
| JobManager.scala | ||
| JobRunInfo.scala | ||
| JobRunner.scala | ||
| MappingEdge.scala | ||
| QEdge.scala | ||
| QGraph.scala | ||
| QGraphSettings.scala | ||
| QNode.scala | ||
| RunnerStatus.scala | ||