Hi Henk,
On 11-11-2024 20:06, hmeij--- via slurm-users wrote:
Manual compilation of 24.05.4. slurmctld and slurmd run on same
server. All works ok but all test jobs end up pending with InvalidAccount message. I do not use slurm database and have not enabled accounting. Can not find an answer for this behavior or a misconfiguration. slurm.conf file was generated using easy config tool. Any ideas how to fix this? Thx,
In the slurm.conf manual page for 24.05 the accounting options are listed:
AccountingStorageType The accounting storage mechanism type. Acceptable values at present "accounting_storage/slurmdbd". The "accounting_storage/slurmdbd" value indicates that accounting records will be written to the Slurm DBD, which manages an underlying MySQL database. See "man slurmdbd" for more information. When this is not set it indicates that account records are not maintained.
In other words, the use of slurmdbd seems to be *required* as of Slurm 24.05! The use of AccountingStorageType=accounting_storage/none seems to be deprecated, but I can't offhand find this to be documented. Can anyone else help?
When account records are not maintained, it would make sense that you get InvalidAccount messages.
Perhaps you may find some usable Slurm setup guidance in this Wiki page: https://wiki.fysik.dtu.dk/Niflheim_system/
Best regards, Ole