Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added doubleMem functionality for LSF for lsf jobs that die due to reaching imposed memory limit #3313

Merged
merged 1 commit into from
Nov 4, 2020

Conversation

drkennetz
Copy link
Collaborator

Often in genomics pipelines, especially for post-processing, memory limits of programs are not well-defined and can be dependent on data. This PR will add a memory doubling functionality if the flag --doubleMem is included on the command line for the LSF scheduler which will double the memory of and resubmit jobs that die due to reaching the LSF imposed memory limit. This functionality is incredibly useful for on-prem clusters. This addresses the issue opened by me: #3269

@drkennetz
Copy link
Collaborator Author

These updates fix the merge conflicts from #3276 . Figured it would be easier in a new PR.

@mr-c mr-c merged commit 9af87a0 into DataBiosphere:master Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants