Hello, I'm starting to evaluate slurm and I'm coming from a torque/moab background. On our clusters we operate a single user policy. That is, a compute node can only be used by a single user - only they can put jobs on to that node once it's allocated. I would like to do the same thing in slurm. I'm aware that we could submit each job using "-exclusive=user", however how can we make that the default? Offhand I can see that we could write a wrapper script for sbatch, however is there a better way to achieve this?
Also, as an aside, when a user runs "squeue" is there a way to configure that command so that it only shows jobs belonging to that user. Is there a nice way to do this? Any advice would be appreciated, please. Best regards, David.
