galaxyproject / ansible-slurm

Ansible role for installing and managing the Slurm Workload Manager
86 stars 47 forks source link

`sudo` privileges required to run slurm commands #56

Open Agamiru opened 12 months ago

Agamiru commented 12 months ago

Pardon my ignorance, I’m a noob at slurm. After installing slurm using this role, non-root users need sudo privileges to run ‘srun’, ‘salloc’ and other slurm commands.

Couldn’t see any example online where the need for privilege escalation was required to run slurm commands, am I missing something?