Hi, A user needs to create slurm account before being able to submit job. I've been thinking to run a script in slurm prolog to check if a user account does not exist, create the user account in prolog (I think it is running in root, should have permission to call sacctmgr) . But, will the prolog be called if the user does not have a slurm account? Also, can the sacctmgr be run in non-slurm control node?
Appreciate if you have better solution to create user account without involving manual intervention. Thank you. Kind regards, - j
