Skip to content

implementing support for maxConcurrent jobs

Ralf Gugel requested to merge submissionConcurrencyLimitation into master

Release notes

Added --maxConcurrent option to default argparser for job submission. This allows to restrict the number of simultaneously active (=queued or running) jobs.

Details

closes #104 (closed) This works for both, local scheduling (via LocalController) and actual submission. On some clusters the number of jobs per user which can be simultaneously queued is limited, hence this feature is also needed for such clusters.

Edited by Ralf Gugel

Merge request reports