We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The reqgres column is deprecated, and Slurm 20.11.4 on Cedar aborts the sacct command with the following error message:
reqgres
sacct
sacct: fatal: ReqGRES is deprecated, please use ReqTRES
See the line to be fixed in slurm/sacct_jobs.py#L44
slurm/sacct_jobs.py#L44
Nothing special. On Cedar:
jobs_df = slurm.sacct_jobs(args.account, args.starttime, d_to=args.endtime)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The
reqgres
column is deprecated, and Slurm 20.11.4 on Cedar aborts thesacct
command with the following error message:See the line to be fixed in
slurm/sacct_jobs.py#L44
What I Did
Nothing special. On Cedar:
The text was updated successfully, but these errors were encountered: