Skip to content

Revert to coresMin = max_cores

David Rafferty requested to merge fix_resourcerequirement into master

To prevent too many jobs from being run at once in single machine mode, we need to set coresMin to the maximum number of cores that we want to use at any one time (set by max_cores in the parset). That way, Toil/CWL will only run a single job at a time for steps where a scatter is done.

Merge request reports