-
Notifications
You must be signed in to change notification settings - Fork 22
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
resources: mem_mb= specification doesn't change memory requirement for LSF job submission #41
Comments
Another quick/related newbie question: the memory requirement is per job, or per threads? |
hello, The lsf/{{cookiecutter.profile_name}}/lsf_submit.py Lines 87 to 88 in 34c3c4c
Could you post the |
Thanks @leoisl Here is my config.yaml, please take a look:
Here is the CookieCutter.py content:
Additionally, I noticed some discrepancies between lsf job description obtained through
whereas, in the snakemake logs file (the same job but previously exited as wrong input file name given):
It seems the jobs submitted by snakemake did multiple my memory request of 16GB x 4 in the snakemake logs file, but Thanks a lot for the quick reply! lastly, here is our LSF version:
|
I was having the same issue, so I just changed
I'm not sure what's the point of having that there? |
@leoisl Please be aware that this is not universally true. The LSF system I use definitely interprets the argument as per thread. |
Hello,
I am not sure whether there's something wrong in my Snakefile setup: When I use
Is there someway to change the memory requirement for the run, without changing the snakemake-profile? If there's a quick way to edit the profile/to make the change, that would be a valuable solution for me as well (right now using cookie cutter to create a new profile works for me, but it seems a direct editing on the profile, could be quicker/more direct?)
Thanks a lot
Isaac
The text was updated successfully, but these errors were encountered: