Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Aurash Mohaimani and I developed and extensively tested these new parameters for tuning SLURM resource limits at individual stages of the pipeline. Without these controls, canu tries to use all available nodes, which is neither kosher nor particularly beneficial on a large, shared cluster.
In our experience, a few hundred cores have provided more than adequate performance for the CPU-bound steps in large genome assemblies. A few dozen have worked fine for the I/O-intensive steps.
We took what appeared to be the least invasive approach, utilizing SLURM's array job limiting capabilities.
I suspect that other popular schedulers such as PBS have similar features to which these changes could be easily adapted.
It seems to me that a scheduler-agnostic approach would be more difficult and invasive, though.
Regards,