See the "PrivateData" configuration parameter:
http://slurm.schedmd.com/slurm.conf.html
Quoting Mehdi Dogguy <[email protected]>:
Hello,
We are configuring a cluster and I was wondering if there was a way
to hide the list of jobs
from users, i.e. to completely remove the ability for users to see
list of jobs of other users
on the same cluster.
IIUC, there is no way to configure this in slurm.conf or other
places, and we have to modify
I guess the controller's code in order to remove that ability. TBH,
I just went quickly through
the code and didn't write anything yet. I still have a doubt on some
little point which is how
to check the identity of the user (using g_slurm_auth_get_uid for example?).
Alternatively, (but I guess it is the same question) can we restrict
the job list to the partitions
authorized for the user?
Best,
--
Mehdi