-
Notifications
You must be signed in to change notification settings - Fork 44
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
How do I make mem_mb_per_cpu work? #112
Comments
Are you passing the |
Oh whoops. Maybe I am. I didn't think I was, but it's in my notes. Probably tried it once when debugging a separate issue and forgot to remove it from what I've been pasting on the command line. Thanks. I'll try running without it tomorrow. I already quit for the day today. |
I'm guessing that this is a name mismatch.
There is no Could you try changing |
I noticed that as well, but I didn't know how to reconcile that with the snakemake documentation and I didn't know why this profile differed from snakemake's terms... That said, I know very little about using snakemake profiles. It didn't make sense to me that the keys appeared to be slurm options (without the So I'm glad you chimed in about that. I'm just about to get back to my workflow cluster testing. |
And actually, now that I'm logged back into the cluster and connected to my screen session, I see that I was not in fact supplying When I started working with new data yesterday (without using And now that I tried re-adding So... It seems to me like, to stay compatible with the possible usage of
Does that make sense or have I got something wrong? |
This profile existed before the snakemake |
So, to clarify his suggestion, does...
mean change them in my rules' resources directive or in that |
I was suggesting that you update the keyword to be I believe that your suggested edits to I don't personally use the |
I am just starting out trying to use snakemake to run on our slurm cluster. Based on this snakemake documentation, I was trying to set:
which should have been plenty, but I kept getting
OUT_OF_MEMORY
job states, but the amount of memory reported underMaxRSS
seemed like only a handful of megabytes, which confused me (though maybe I'm not interpreting the sacct output correctly - I don't run on the cluster often).I get the sense though based on trial and error that the profile isn't respecting the
mem_mb_per_cpu
setting. How do I incorporate that?The text was updated successfully, but these errors were encountered: