Slurm job doesn't run

Hi,

I sent a job with sbatch and when I type in queue -u #user, it sais it’s pending and I have this description: “AssocGrpCPUMinutesLimit”. What does this mean?

@luisalbe It means the project account compute allocation has run out of CPU minutes. In this case, I think there was an issue with the default account that Slurm was using. Try adding #SBATCH --account=<project_id> to your job script. You can find your available accounts with the myaccount command.