...
Your project usage and your PIRGs usage and quota are displayed on login. Your project quota is a soft quota - if your group's project quota has been exceeded, your group will have a 30 day grace period to bring it back under the quota. If that does not happen, it becomes a hard quota and no new files can be created or stored. If that becomes the case and your group needs your project quota increased, let us know at racs@uoregon.edu.
10. "Why can't I submit a job, I keep getting 'srun: error: AssocGrpSubmitJobsLimit' or 'Job violates accounting/QOS policy' message?"
You may be getting this message if you have not specified your PIRG in your job submission. This is now required. To fix this, do the following:
For srun:
[user@talapas-ln1 ~]$ srun -A myPIRG ...
or:
[user@talapas-ln1 ~]$ srun --account=myPIRG ...
For sbatch, include the following directive in your submission script:
#SBATCH -A myPIRG
or
#SBATCH --account=myPIRG
If you have added the correct account information and you still cannot submit your jobs, contact us.