Skip to content
Snippets Groups Projects
Commit f02df0f8 authored by Roman Sliva's avatar Roman Sliva
Browse files

Update slurm-job-submission-and-execution.md

parent 068ab29a
No related branches found
No related tags found
No related merge requests found
Pipeline #33248 failed
...@@ -257,6 +257,17 @@ Delete all my pending jobs for project PROJECT-ID: ...@@ -257,6 +257,17 @@ Delete all my pending jobs for project PROJECT-ID:
$ scancel --me -t pending -A PROJECT-ID $ scancel --me -t pending -A PROJECT-ID
``` ```
## FAQ
### sbatch: error: Batch job submission failed: Invalid account or account/partition combination specified
Possible causes:
* Invalid account (i.e. project) was specified in job submission
* User does not have access to given account/project
* Given account/project does not have access to given partition
* Access to given partition was retracted because of project's allocation exhaustion
[1]: https://slurm.schedmd.com/ [1]: https://slurm.schedmd.com/
[2]: /cs/job-scheduling/#partitions [2]: /cs/job-scheduling/#partitions
[3]: https://slurm.schedmd.com/srun.html#SECTION_OUTPUT-ENVIRONMENT-VARIABLES [3]: https://slurm.schedmd.com/srun.html#SECTION_OUTPUT-ENVIRONMENT-VARIABLES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment