-
Notifications
You must be signed in to change notification settings - Fork 34
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
specifying resources? #88
Comments
You make a great point. It is only possible to pass in very few resource requests. The GPU resource-related PR that you mentioned was actually just merged. I might suggest making a PR based on that one that satisfies at least the first two resources you mentioned, |
Thanks for merging that GPU PR and the general feedback! I already forked the repo and made some changes. I make a PR after testing the code |
Addressed by #93 |
The gridmap docs seem to have essentially nothing about specifying job resources (eg., time and memory), although I see there is an unmerged PR for specifying a gpu resource. All I se in the code is:
How is the user supposed to set
-l h_rt
or-l h_vmem
? We also have special resource settings that our cluster admin setup, so how can the user specify non-standard resources (e.g.,-l tmpfs
)?The text was updated successfully, but these errors were encountered: