For my cluster (on slurm-wlm 21.08.5), all my jobs have "account": null and "user": null in sacct --json.
I think this is causing the job history tab of Slurm Commander to be empty; it says it is List of jobs from all user associated accounts, but since the cluster doesn't seem to have accounts or cluster-level users set up, I guess it can't find the old jobs when it goes looking for them.
I can use sacct to list old jobs, and scom is able to populate the "Job Queue" tab with queued, running, and recently finished jobs, but a while after jobs finish they age out of the "Job Queue" tab and don't appear in the "Job History" tab.
Can you make Slurm Commander deal with there not being any accounts (or any cluster-level users), and still populate the "Job History" tab?
For my cluster (on
slurm-wlm 21.08.5), all my jobs have"account": nulland"user": nullinsacct --json.I think this is causing the job history tab of Slurm Commander to be empty; it says it is
List of jobs from all user associated accounts, but since the cluster doesn't seem to have accounts or cluster-level users set up, I guess it can't find the old jobs when it goes looking for them.I can use
sacctto list old jobs, andscomis able to populate the "Job Queue" tab with queued, running, and recently finished jobs, but a while after jobs finish they age out of the "Job Queue" tab and don't appear in the "Job History" tab.Can you make Slurm Commander deal with there not being any accounts (or any cluster-level users), and still populate the "Job History" tab?