...
sbatch/salloc: error: You didn't specify a project account (-A,--account). Please open a ticket at arcc-help@uwyo.edu for help
If accompanied by “sbatch“sbatch/salloc: error: Batch job submission failed: Invalid account or account/partition combination
specified” specified
” it’s likely you need to specify an account in your batch script or salloc
command, or the account name provided after the -A or --account flag is invalid. The account flag should specify the name of the project in which you’re running your job. Example: salloc -A projectname -t 8:00:00
...