Known Errors and Workarounds - for Admins!
From HPC users
Revision as of 14:02, 4 November 2019 by Schwietzer (talk | contribs) (Created page with "== SLURM Errors == * When trying to submit a job, the following error message occures: sbatch: error: Batch job submission failed: Invalid account or account/partition combin...")
SLURM Errors
- When trying to submit a job, the following error message occures:
sbatch: error: Batch job submission failed: Invalid account or account/partition combination specified
- Three steps: Delete the account within slurm, add it afterwards and set the default workgroup account:
sacctmgr delete user name=abcd1234 account=agoldprim
- Reason: The SLURM manager doesn't connect the user account to the standard work group when jos are submitted.
Technically this could be bypassed by adding account=ag<workgroup> when submitting the jobs.