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

how to provide flags through the API? #13

Open
jxmorris12 opened this issue Jan 3, 2023 · 1 comment
Open

how to provide flags through the API? #13

jxmorris12 opened this issue Jan 3, 2023 · 1 comment

Comments

@jxmorris12
Copy link

slurmpy supports kwargs: if I pass slurm_kwargs={"cpus-per-task": 4} it'll get translated as --cpus-per-task=4. But how do I provide a single flag, for example --overcommit or --quiet?

@jxmorris12
Copy link
Author

jxmorris12 commented Jan 3, 2023

This is fixed in #14.

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

No branches or pull requests

1 participant