Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 “sbatchsbatch/salloc: error: Batch job submission failed: Invalid account or account/partition combination specified” specifiedit’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

...