...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Troubleshooting
...
Error Messages
sbatch/salloc: error: Interactive jobs cannot be longer than 8 hours.
...
Post maintenance, interactive jobs are restricted to an 8 hour walltime. Please submit your salloc command with a walltime 8 hours or less.
Example:
...
To encourage users to use only the time they need, all interactive jobs, including those requested through OnDemand have been limited to 8 hours in length. Please specify a time from the OnDemand webform under 8 hours.
...
sbatch/salloc: error: Use of --mem=0 is not permitted. Consider using --exclusive
...
instead
Users may no longer request all memory on a node using the --mem=0
flag. If you know you need the use of an entire node, replace your --mem=0
flag specification in your job with --exclusive
to get use of an entire node an all it’s resources.
...
sbatch/salloc: error:
...
QOSMinGRES
Users must specify a GPU device if requesting a GPU partition. Assuming you plan to use a GPU in your computations, please specify a GPU by including either the --gres=gpu:#
or --gpus-per-node=#
flag in your job submission.
...
sbatch/salloc: error: Job submit/allocate failed: Job violates accounting/QOS policy (job submit limit, user's size and/or time limits)
...
This may occur for a number of resources. Please e-mail arcc-help@uwyo.edu with the location of the batch script you’re attempting to run or salloc command you’re attempting to run, and the error message you receive.
...