UOB-AI / UOB-AI.github.io

A repository to host our documentations website.
https://UOB-AI.github.io
1 stars 3 forks source link

Invalid account or account/partition combination specified #2

Closed asubah closed 1 year ago

asubah commented 1 year ago

A student was trying to start a Jupyter notebook server using Slurm, and she was getting the following error:

sbatch: error: Batch job submission failed: Invalid account or account/partition combination specified
asubah commented 1 year ago

The account was not added to Slurm account manager, the following command has to be executed by a Slurm admin:

sacctmgr add user <username> account=<account_type>