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 UID as a slurm cluster submit option #91

Open
wants to merge 6 commits into
base: 0.6.2
Choose a base branch
from

Conversation

maerteijn
Copy link

According to https://slurm.schedmd.com/sbatch.html:

--uid=

Attempt to submit and/or run a job as user instead of the invoking user id.
The invoking user's credentials will be used to check access permissions for the target partition. User root may use this option to run jobs as a normal user in a RootOnly partition for example. If run as root, sbatch will drop its permissions to the uid specified after node allocation is successful. user may be the user name or numerical user ID.

Would be nice to have this feature (and a pypi release), thanks in advance for reviewing

@maerteijn maerteijn changed the title Added UID as a Slurm submit option Added UID as a slurm cluster submit option May 2, 2019
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.

1 participant